File Details
BountyBags-3.6.0.jar
- R
- Apr 14, 2026
- 60.90 KB
- 1.0K
- 26.1.2+2
- Fabric + 1
File Name
BountyBags-3.6.0.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
Added
Added a fully nested config layout in
bountybags.json:generalluck_effectsrecyclingregular_mob_dropsboss_mob_dropsnether_bonusesend_bonusesmob_typesindividual_mob_multipliersloot_configuration
Added per-tier custom loot sections:
loot_configuration.uncommon_lootloot_configuration.rare_lootloot_configuration.epic_lootloot_configuration.legendary_loot
Added per-tier loot controls:
minItemsmaxItemsitems
Added built-in default loot entries for all loot bag tiers.
Added automatic config normalization + migration save:
- Missing sections are recreated automatically.
- Empty tier loot lists are auto-filled with defaults.
- Updated config is auto-saved after load.
Changed
- Enabled
general.useCustomLootby default. - Updated all config lookups in code to use the new nested structure.
- Updated bag opening logic to read per-tier
minItems/maxItemsfor:- Custom loot generation
- Fallback JSON loot table rolls
- Synced runtime config files to the new format.
Fixed
- Fixed custom loot visibility issue in config (tier loot now appears and is editable by default).
- Fixed “config feels ignored” behavior caused by empty custom loot + disabled custom mode.
- Removed Curse of Vanishing from generated loot (including stored enchantments), preventing unwanted vanishing outcomes.
- Improved custom loot parsing/selection flow and post-generation stack merging.

