Compatibility
Minecraft: Java Edition
1.21
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 5 days ago
Updated last week
This is a mod that allows you to modify the number of loot table rolls and player's luck attribute in the game, as well as the player's fishing wait time and other things related to luck attributes. It has been open-sourced on GitHub.
By default, this mod increases the number of loot table rolls by 10 times and boosts the player's luck level by 122 to match the name of the mod. If you are not satisfied with the default settings, you can modify the configuration by editing the sl-common.toml file in the config directory of the game directory. Here are the default settings of this mod
:
#Range: -255.0 ~ 255.0
luck = 122.0
#Range: -255.0 ~ 255.0
loot_luck = 10.0
#Range: -10 ~ 1000
rolls = 10
Note: When the value of the configuration item "rolls" is too high, it may cause the game to lag.