Started by
RabbitRock
on
Topic category: Help with Minecraft modding (Java Edition)
I was trying to create a structure with a loot table and searched up many online tutorials, but, no matter what command I use the chest ends up empty. Any help would be greatly appreciated.
Thank you.
(now fixed)
Edited by RabbitRock on Mon, 05/02/2022 - 14:31
/setblock ~ ~ ~ Chest{Loottable:"<mod namespace>:chests/<loot table name>"} assuming you have done everything else correctly
It doesn't work so I must've done something else wrong. I have no clue what happened, I tried creating another workspace, and doing it there, but nothing works. Is there anything I might be missing?
nvm now it works.