G GameIDs
minecraft · recipes · 1.13.2

Iron Sword

iron_sword

Recipe #782

1.13.2 #10
{
    "type": "crafting_shaped",
    "pattern": [
        "X",
        "X",
        "#"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:iron_ingot"
        }
    },
    "result": {
        "item": "minecraft:iron_sword"
    }
}