G GameIDs
minecraft · recipes · 1.19.4

Diamond Sword

diamond_sword

Recipe #976

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "equipment",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:diamond"
        }
    },
    "pattern": [
        "X",
        "X",
        "#"
    ],
    "result": {
        "item": "minecraft:diamond_sword"
    },
    "show_notification": true
}