

Loot Bag
Important Changes in Version 1.2.0
In version 1.2.0, the mod was almost completely rewritten. Here are the main changes:
- The mod no longer requires additional dependencies except for Fabric API
- Configuration is now done through datapacks instead of config files (do not update if you're not ready to rewrite the configuration as a datapack!)
- All loot bags now use the same item, with data stored in NBT tags, which eliminated the BRRP dependency and made the logic more standard
- The mod became extensible for developers - you can create your own datapacks using the provided classes and add new bag types
🪄 About the Modification
Loot Bag is a Minecraft mod primarily designed for modpacks. It adds various types of loot bags that can be opened to obtain valuable items.
To open a bag, simply right-click. If you hold Shift and right-click - the bag opens immediately without preview.
Standard Loot Bag
Contains one set of items that drops when opened.
Choice Loot Bag
Offers several loot sets to choose from - you can decide which one to take.
Random Loot Bag
Contains multiple item sets, from which one is randomly selected when opened.
⚙️ Configuration
After version 1.2.0, the mod became data-driven. Examples of datapacks can be found in the project repository.
✉️ Feedback
If you find bugs or have suggestions for improving the mod, report them on the project's issues page.