Started by
Kitty Mod Dev
on
Topic category: Troubleshooting, bugs, and solutions
My problem is the way that loot is generated because the loot table work fine, but when i make my own structure and every structure have the same loot. What i need to do to generate loot in my structure ?
Here what commands i used:
setblock ~ ~1 ~ minecraft:chest{LootTable:"cool_things:chests/loot"} destroy
data merge block ~ ~-2 ~ {LootTable:"chests/loot"}(This even don't generate loot)
/give @s chest{BlockEntityTag:{LootTable:"cool_things:chests/loot"}}
using the first command should be fine you just DON"T open the chest before saving the structure otherwise it'll generate the loot and give you the same loot in all the structures.
Tanks!