What is Loot Extra?
A lib providing data driven loot injectors and modifiers for mod and mod pack developers.
What can Loot Extra do?
Loot Extra allows you to do simple (or complex if used in mod development) modification to loot tables using datapacks.
Previously Loot Extra supports 2 types of modification:
- Loot Injector : Directly does modification on specific loot tables on reload. Has builtin instances for datapack to use.
- Loot Modifier : Does modification on loots (Item stacks) on generated, accepts loot conditions to determine whether to apply or not. No builtin instance available, may be used by modders.
Builtin loot injector types
- Add functions: add several loot functions to the loot table.
- Add pools: add several pools to the loot table.
- Add pool conditions: add several additional loot conditions to a specific pool in the loot table
- Add pool functions: add several additional loot functions to a specific pool in the loot table
- Add pool entries: add several additional entries to a specific pool in the loot table.
Source and wiki
Source: https://github.com/LimonBlaze/LootExtra
Wiki (WIP): https://github.com/LimonBlaze/LootExtra/wiki