G GameIDs
minecraft · recipes · 1.16.5

Golden Axe

golden_axe

Recipe #517

1.16.5 #7
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "XX",
        "X#",
        " #"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:gold_ingot"
        }
    },
    "result": {
        "item": "minecraft:golden_axe"
    }
}