Started by
DraganBor
on
Topic category: Help with Minecraft modding (Java Edition)
I have problem in making custom loot in chest. ( Mcreator 2021.1 1.12.2 plugin) I was doing this by guide . I did all correctly but unfortunately command for chest loottable: data merge block ~ ~-2 ~ {LootTable:"chest/test"}. But it doesn't work. I checked command a lot of times.
https://ibb.co/KjNz8GLw Thanks for reading!
you should check if your loottable namespace is either "mod" or "minecraft". For my own one to work it would be {LootTable:"dungeon_delver:chests/tloottable"} since I have the loottable set as mod.
(also you might just need to change chest to chests for it to work)