
Lootify
Lootify is a convenient library that enables developers to expand standard loot tables in Minecraft by adding custom items to them. All additional drops are configured using the same JSON files used in the game's regular loot tables, making the setup process extremely simple and straightforward.
For multiplayer worlds, Lootify only needs to be installed on the server.
How to Add Items to Lootify
To add new items to the loot system, simply place loot table files in the lootify_tables
folder instead of the standard loot_tables
. Maintain the same namespace structure, subfolders, and file names as in the original tables.
Items added this way are fully compatible with various loot viewers like EMI Loot, since additional loot pools are directly integrated into the game's base tables.
Key Advantages
- Utilizes Minecraft's proven loot table system
- Full compatibility with loot viewers
- Minimal system load, no additional dependencies besides Fabric
- Works through datapacks, requiring no plugins or programming
Planned Features
- Visual loot table builder to assist mod and datapack creators
- Ability to remove or modify existing loot pools
- Additional functions and conditions for more precise item drop configuration
Lootify is in beta testing! Expect changes and feature additions as development continues.
This mod is designed for Fabric and Quilt. Porting to Forge is not currently planned.