Hello. I'm working on an adventure map and am trying to use loot tables. But they don't work. I used a third party website to generate loot tables for me, put them in data/loot_tables/Minecraft/chests but whenever I try to load it in game the chest comes up empty no matter what I try. Command I tried was first /setblock ~ ~ ~ minecraft:chest 2 replace {LootTable:"minecraft:chests/chest1"}, this never works. I tried with other default tables, like /setblock ~ ~ ~ minecraft:chest 2 replace {LootTable:"minecraft:chests/simple_dungeon"} and that works fine. However when I tried to modify the simple_dungeon.json in my folder and did it again, nothing changes. It still generates like I hadn't modified it. It looks as if its not even checking my folder for the loot tables but somewhere else. Not sure what to do, pls help.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello. I'm working on an adventure map and am trying to use loot tables. But they don't work. I used a third party website to generate loot tables for me, put them in data/loot_tables/Minecraft/chests but whenever I try to load it in game the chest comes up empty no matter what I try. Command I tried was first /setblock ~ ~ ~ minecraft:chest 2 replace {LootTable:"minecraft:chests/chest1"}, this never works. I tried with other default tables, like /setblock ~ ~ ~ minecraft:chest 2 replace {LootTable:"minecraft:chests/simple_dungeon"} and that works fine. However when I tried to modify the simple_dungeon.json in my folder and did it again, nothing changes. It still generates like I hadn't modified it. It looks as if its not even checking my folder for the loot tables but somewhere else. Not sure what to do, pls help.