Adds various item randomizers to the game.
This mod is not required on the client, but recommended if gamerule showDiscoveredMutations is true.
Gamerules:
showDiscoveredMutations - discovered item mutations are shown in item tooltips if this mod is installed on the client
randomBlockDrops - block drops are replaced by random items
randomMobDrops - mob drops are replaced by random items (this only affects living entities)
randomCraftingResult - crafting results are replaced by random items (this only affects vanilla crafting table / inventory)
randomChestLoot - chest (ore chest minecart) loot is replaced by random items
staticChestLoot - true: if you loot any item the random result applies to any other chest with this item; false: every chest loot is unique
randomRandomizerToggleInterval - if not 0: every set minutes a random randomizer toggles
announceRandomizerToggle- if true, a chat message is sent to all players when a randomizer is toggled
playerUniqueData - each player has its own randomizer results (since version 1.3)
Commands:
/randomize - self-explanatory
Note:
This mod uses mixins. Modded items are also inculded in all randomizers, but compatibility with other server related mods are not guaranteed. For example could you bypass random recipe results with a mod that adds custom crafting tables.