
Loot Extra
What is Loot Extra?
A library that provides mod and mod pack developers with data-driven tools for loot injection and modification.
Loot Extra Capabilities
With Loot Extra, you can easily (or complexly, if used in mod development) modify loot tables through datapacks.
The library supports two main types of modifications:
- Loot Injectors: Direct modification of specific loot tables upon reload. Contains built-in instances for use in datapacks.
- Loot Modifiers: Modification of loot items after generation, supports conditions to determine application. No built-in instances available, intended for mod developers.
Built-in Loot Injector Types
- Add functions: Adding several loot functions to the loot table.
- Add pools: Adding several pools to the loot table.
- Add pool conditions: Adding additional loot conditions to a specific pool in the table.
- Add pool functions: Adding additional loot functions to a specific pool in the table.
- Add pool entries: Adding additional entries to a specific pool in the loot table.