This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm trying to add the addons to add an enchantment and a specific level to the book, but I can not, can anyone help me?
{ "tiers": [ { "trades": [ { "wants": [ { "item": "minecraft:emerald", "quantity": { "min": 56, "max": 64 } } ], "gives": [ { "item": "minecraft:enchanted_book", "weight": 1, "functions": [ { "function": "minecraft:enchant_randomly", "enchantments": [ "minecraft:looting", "minecraft:depth_strider", "minecraft:sharpness" ] }, { "function": "minecraft:enchant_randomly" } ] } ] } ] } ] }
I'm trying to add the addons to add an enchantment and a specific level to the book, but I can not, can anyone help me?
{ "tiers": [ { "trades": [ { "wants": [ { "item": "minecraft:emerald", "quantity": { "min": 56, "max": 64 } } ], "gives": [ { "item": "minecraft:enchanted_book", "weight": 1, "functions": [ { "function": "minecraft:enchant_randomly", "enchantments": [ "minecraft:looting", "minecraft:depth_strider", "minecraft:sharpness" ] }, { "function": "minecraft:enchant_randomly" } ] } ] } ] } ] }