Started by
LAKottke
on
Topic category: Help with Minecraft modding (Java Edition)
I need help with 3 things. 1: how do I add enchanted items to loot tables? 2: how do I add to vanilla loot tables? and 3: How do I add a loot table to a chest in a structure?
1: in the loottables there is an enchanted level choose 1 - x
2. that ones harder but think forgive me if im wrong if you name a file that same so chest/abandoned_mineshaft it will be that table.
3. with /give @e minecraft:command_block then do data merge ~ ~-x(x is where the chest is below the command block) ~ {LootTable: (name of table)}