In 1.15.2, I made my own datapack to house a custom chest loot table, and the pack is recognized via the command /datapack. However, I have only been able to get one of the loot table codes to work properly when I use the command /loot give. The one that does work is a loot table that is just a test rather than the final version. Here is the code for that table:
In 1.15.2, I made my own datapack to house a custom chest loot table, and the pack is recognized via the command /datapack. However, I have only been able to get one of the loot table codes to work properly when I use the command /loot give. The one that does work is a loot table that is just a test rather than the final version. Here is the code for that table:
With the updated loot table, it does not show up at all in the list that comes up when using the command /loot give. And here is the code:
Why doesn't the second code show up in the list of loot tables? Can anybody help figure out what is keeping it from working?
NEVERMIND! it was happening because the namespace for a leather tunic is leather_chestplate not _tunic. : )