Started by
theheadquarters
on
Topic category: Help with Minecraft modding (Java Edition)
I was following the guide on the website to add a custom loot table for a chest. This is the loot table item. I tried having it be a chest, block. I did the modify thing but when the structure was spawning. It was just an empty chest. /data merge block 31 -60 -1 {LootTable:"chests/historytable"} this was the command I was using. I even tried /data merge block 31 -60 -1 {LootTable:"reawakened:chests/historytable"} reawakened being the mod id . Thanks. Btw could it be that it's trying to become a loot table for a different block I have being the history table?
Update the chest is now connected to the loot table and has the loot I was forgetting an _ but when I save the structure it's saving that loot table. Should I make a custom block that creates the chest instead of itself?
don't open the chest before saving the structure
Thanks so much