1
Need help with trapped chest loot table not generating items
This is the command I used:
/execute @e[type=armor_stand,name=snake_chest] ~ ~ ~ /setblock ~ ~ ~ trapped_chest 0 false {LootTable:"mctools:chests/snake_chest"}
It doesn't give an error message, but it does spawn a chest.
/execute @e[type=armor_stand,name=snake_chest] ~ ~ ~ /setblock ~ ~ ~ trapped_chest 0 false {LootTable:"mctools:chests/snake_chest"}
It doesn't give an error message, but it does spawn a chest.
4
{LootTable:";mctools:chests/snake_chest";}
You have a semi-colon just before mctools, which shouldnt exist
You have a semi-colon just before mctools, which shouldnt exist
Nevermind, it was the loot table. Thanks for the help though!
Also, it seems to be only trapped chests because I have regular chests working fine with loot tables.
I think that must have pmc replacing the " with "quote;". Idk why it did that
