G GameIDs
minecraft · recipes · 1.13.2

Diamond Sword

diamond_sword

Recipe #976

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