G GameIDs
minecraft · recipes · 1.15.2

Wooden Hoe

wooden_hoe

Recipe #592

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