Wiki 9Minecraft Loot Bag Wiki
Loot Bag Wiki

Loot Bag Wiki & Guide

wiki.9minecraft.net/loot-bag-mod/

The community wiki and guide for Loot Bag — recipes, items, tags and mechanics, kept current for every Minecraft version the mod supports.

0recipes · MC 1.20.1
0wiki pages
1MC versions
Updated 405 days ago20.9K downloads6 followersLicense: MIT License

About this mod

Loot Bag

NOTES❗❗❗

In version 1.2.0 I rewrote almost the entire mod. What's different from before?

  1. 1. The mod now no longer depends on any other dependency mod other than the fabric api.
  2. 2. It is now configured via datapack instead of config files. (Don't update if you're not ready to rewrite the config file as a datapack!)
  3. 3. Every loot bag used to be a new item, this was done to accommodate some operations such as the vanilla recipe output that did not support writing NBT on items. But this practice was costly, introduced BRRP as a dependency, and defied conventional logic. Now all loot bags are the same item, and the loot bag data is stored in the item's NBT tag.
  4. 4. The mod is now extensible in code, if you are a mod developer you can generate your datapack using the provider class provided by the mod and even add more loot bag types.

🪄Introduction

Another loot bag mod, designed for modpacks.

!loot bags

Right click to open a preview screen. Right click when sneaking to open the bag directly.

(Single) Loot Bag

Contains a single set of loot.

!single loot bag

Optional Loot Bag

Contains multiple sets of loot, and you can choose to obtain one of them.

!optional loot bag

Random Loot Bag

Contains multiple sets of loot, and you can obtain a random set of them.

!random loot bag

⚙️Configuration

~~This mod is highly configurable. The config files will be automatically generated as examples.~~ After version 1.2.0, the entire mod underwent a thorough refactoring. Now it is data driven (mostly), and the example data pack can be found HERE.

✉️Feedback

If there are any bugs or suggestions, please provide feedback to the issue page.

Compatibility

Which Minecraft versions and mod loaders the mod supports.

LoaderMC 1.20.1
Fabric

Dependencies

Other mods required (or optional) to run this mod.

Fabric API (required)

Recent updates

Latest releases with the author's changelog notes.

1.3.1 2025-07-28 · fabric · MC 1.20.1
  • Deleted the field translucent from the Icon class
  • Improved compatibility of Item Icon (loot-bag:item)
1.3.0 2025-06-30 · fabric · MC 1.20.1
  • Support item icon
  • The format of the content icon has been changed, see example datapack!!!
1.2.7 2025-02-14 · fabric · MC 1.20.1
  • Add tooltips for loot bags
  • Allow quick open a stack of bags
1.2.6 2024-08-30 · fabric · MC 1.20.1
  • Hotfix for 1.2.5: Fixed loaded loot bags being cleared in single-player mode
1.2.5 2024-08-30 · fabric · MC 1.20.1
  • Fix possible crashes caused by certain classes being preloaded before startup

Mods in the same category as this one.

Xaero's MinimapXaero's World MapNot Enough Animations3D Skin LayersSimple Voice ChatLambDynamicLights - Dynamic Lights

Developer resources

Source codeReport an issue