G GameIDs
minecraft · recipes · 1.16.5

Golden Pickaxe

golden_pickaxe

Recipe #409

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