
Loot Inject
A modification that enables adding individual loot tables from datapacks into existing tables. This tool was specifically designed for modpack developers to simplify the loot configuration process.
How to Use
In the root of your datapack's namespace, create a loot_inject
folder, and inside it, create a JSON file with the following structure:
{
"inject":["minecraft:blocks/stone"],
"table":"minecraft:chests/end_city_treasure"
}
table — specifies the loot table to be added
inject — defines the table where the new loot will be injected
Development Plans
Implement the ability to add multiple tables to a single target table simultaneouslyCompleted- Expand loot injection options