adding a second line in recipes to lore

    "type": "minecraft:crafting_shaped",
    "pattern": [
        "rir",
        "lgl",
        "rrr"
    ],
    "key": {
        "i": {
            "item": "minecraft:iron_helmet"
        },
        "r": {
            "item": "minecraft:redstone"
        },
        "l": {
            "item": "minecraft:lapis_lazuli"
        },
        "g": {
            "item": "minecraft:gold_block"
        }
    },
    "result": {
        "id":"minecraft:leather_helmet",
        "components":{
            "custom_data": {"hero":1},
            "custom_model_data":1000,
            "custom_name":"[{'text':'Iron Man Helmet','color':'red','italic': false}]",
            "lore":["{'text':'Putting on the full suit','color':'gray','italic':false}","{'text':''test2'}"]
        }
    }
}``` rn i have this but it only works in i make it one line
Continue to help post