G GameIDs
minecraft · recipes · 1.14.4

Golden Hoe

golden_hoe

Recipe #35

1.14.4 #9
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "XX",
        " #",
        " #"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:gold_ingot"
        }
    },
    "result": {
        "item": "minecraft:golden_hoe"
    }
}