File Details
Loot Balls 1.1.4 (Fabric)
- B
- Jun 15, 2024
- 142.86 KB
- 637.5K
- 1.20.1
- Fabric
File Name
lootballs-1.1.4.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changes
- Crítical: Modified
OpenersNBT save/loading. It works as a list of strings now, to avoid issues with larger UUIDs strings. > NOTE: The old code was left in place to deserialize this NBT key for compatibility reasons. It is recommended to load the chunks containing loot balls already generated to be updated to the new system. This may be removed in the future. - Removed
perPlayerLootBallsconfig. It was redundant and now loot balls can only be opened 1 time per player by default. > NOTE: In single player worlds, loot balls have 1 use by default, and loot balls will be destroyed when used. In multiplayer worlds, the newignoreLootBallUsessetting must be changed totrueso that everyone can claim the loot (see below) or adjust thenaturalLootBallUsessetting to allow more than 1 use in natural loot balls. - Replaced
ignorePerPlayerLootBallUsesconfig withignoreLootBallUsesconfig. Whentrue, the remaining uses of a loot ball will be ignored (infinite uses), but will still be limited to 1 loot per player. Defaults tofalse. - Added
randomizeAfterUseconfig. Whentrue, loot balls with an assigned loot table (like the natural ones) will grant random loot to each player. Iffalse, all players will get the same loot. Defaults totrue. - Updated the docs.
Fixes
- Fix:
InfiniteNBT tag in loot balls ignoresOpenersNBT.