
Loot Table Loader
The Loot Table Loader mod addresses a common issue faced by Minecraft mod developers. When Quark generates its dungeons, it allows using alternative loot tables, but only if they are already loaded in the game. If the required table hasn't been loaded yet, you won't be able to use it.
This mod automatically registers all .json files located in the {minecraft}/config/loot_table_loader/ folder as new loot tables. For example, if you place a quark_dungeon.json file in this directory, it will become available under the identifier "loot_table_loader:quark_dungeon".
To test your new loot table, you can create an example chest using the command:
/setblock ~ ~2 ~ minecraft:chest 1 0 {LootTable:"loot_table_loader:quark_dungeon"}
It's important to note that this mod only needs to be installed on servers—both dedicated and local. Clients don't require it for proper functionality.