Updated to 1.21.x
Allow For Mass Injection of tables
inject
now supports an array of tables
"inject":[
"minecraft:blocks/stone",
"minecraft:blocks/dirt"
]
Add support for multiple tables to be injected at once into a single table.
No longer Supports old inject format. Now you should make a loot table inside your datapack and reference it inside the new format
{
"inject":"minecraft:blocks/stone",
"table":"minecraft:chests/end_city_treasure"
}
table
is the table that is injected
inject
is the table that is injected into
Initial Version