
LootBag Patches
Fixed Version of LootBags Mod for Minecraft 1.12.2
This project represents an updated version of the LootBags mod, created to fix various bugs and improve functionality. According to the original mod's special license, code modifications are permitted when the developer is unavailable.
Main Fixes
This version addresses the following issues:
- Added Russian language localization file (RU_ru.lang)
- Fixed errors related to the storage system
- Resolved potential null pointer issues
- Updated Turkish language localization file (tr_TR.lang)
Original LootBags Mod
LootBags adds special bags to the game that contain various items. The mod is highly configurable through two configuration files. By default, 16 types of bags are available, including regular and "secret" variants that only appear under specific conditions.
Typical bags contain items from standard Minecraft loot tables, with rarer bags providing access to more valuable resources.
Key Features
Loot Recycler - a special block that consumes items from bags and creates a new bag after reaching a certain value. Items can be automatically loaded into the block using various mod methods.
Bag Opener - a device for automatically opening bags with support for standard insert and extract functions.
Bag Storage (for version 1.12.2) - a block that replaces the previous crafting system. It accepts any bags from an automatically generated list, converts them to appropriate values, and allows extraction of bags from the export list. The interface enables switching between different bag types, with the selected option saved for automatic extraction.
Convenience Commands
The mod includes several useful commands:
lootbags_itemdump
- creates a file listing all items in the general loot tablelootbags_identifysources
- generates information about all loot sourceslootbags_dumphelditem
- creates an entry for the currently held itemlootbags_inventorydump
- generates entries for the entire inventorylootbags_reloadconfig
- reloads configurations without restarting the game
Technical Support
Most issues with missing textures, localized names, or loot tables are typically related to configuration files. If such problems occur and you haven't edited the settings files, deleting the Lootbags configuration files and restarting the game usually resolves the issue.
For debugging custom bag settings, it's recommended to enable Verbose and Debug modes in the lootbags.cfg file, which will provide detailed log information.