Problem with custom_name and lore in recipe components.

When I paste my recipe in from Misode the custom_name and lore components show up with the error "Trailing data encountered". Anyone know what's wrong? Here's my json. { "type": "minecraft:crafting_shaped", "category": "equipment", "pattern": [ "dhd", "nhn", " b " ], "key": { "d": { "item": "minecraft:dragon_breath" }, "h": { "item": "minecraft:heavy_core" }, "n": { "item": "minecraft:netherite_ingot" }, "b": { "item": "minecraft:blaze_rod" } }, "result": { "id": "minecraft:mace", "count": 1, "components": { "minecraft:custom_name": "§8Earthshattering Hammer", "minecraft:attribute_modifiers": { "modifiers": [ { "id": "attack_speed", "type": "minecraft:generic.attack_speed", "amount": -4, "operation": "add_value", "slot": "mainhand" }, { "id": "attack_damage", "type": "minecraft:generic.attack_damage", "amount": 11, "operation": "add_value", "slot": "mainhand" } ], "show_in_tooltip": false }, "minecraft:custom_model_data": 100000, "": {}, "minecraft:enchantments": { "minecraft:breach": 8, "minecraft:mending": 3, "minecraft:fire_aspect": 2 }, "minecraft:lore": [ "§cForged by Cave Dwellers", "§cCapable of Denting Bedrock", "", "§5Lost Tales" ] } } }
Continue to help post