G GameIDs
minecraft · recipes · 1.13.2

Stone Hoe

stone_hoe

Recipe #136

1.13.2 #10
{
    "type": "crafting_shaped",
    "pattern": [
        "XX",
        " #",
        " #"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:cobblestone"
        }
    },
    "result": {
        "item": "minecraft:stone_hoe"
    }
}