inverseLoreChance
config entry: if true, instead of writing in lore chance to save item, it will put chance to lose item.applyChanceToItemStack
config entry, if true, will apply chance to full stack of items; else each item in one stack will have an individual chance.- Global config update:
- Now global config has a way to set chance per world and default chance for all items that don't have chance from command.
- You can specify in which order to apply global chances.
- There are 2 modes for global chances:
FIRST_SUCCESS
andFIRST_APPLY
.FIRST_SUCCESS
: Each order will be checked; if chance can be applied but didn't happen, the next order will be checked until success or the end of the list.FIRST_APPLY
: Each order will be checked; if a chance can be applied, it will be applied and break the loop. In any case, even if the chance didn't work out, the next order will be checked until the end of the list.
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last month
Updated 3 weeks ago