G GameIDs
minecraft · recipes · 1.15.2

Diamond Axe

diamond_axe

Recipe #31

1.15.2 #8
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "XX",
        "X#",
        " #"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:diamond"
        }
    },
    "result": {
        "item": "minecraft:diamond_axe"
    }
}