G GameIDs
minecraft · recipes · 1.14.4

Wooden Pickaxe

wooden_pickaxe

Recipe #116

1.14.4 #9
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "XXX",
        " # ",
        " # "
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "tag": "minecraft:planks"
        }
    },
    "result": {
        "item": "minecraft:wooden_pickaxe"
    }
}