G GameIDs
minecraft · recipes · 1.20.6

Spruce Fence Gate

spruce_fence_gate

Recipe #326

1.20.6 #3
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "group": "wooden_fence_gate",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:spruce_planks"
        }
    },
    "pattern": [
        "#W#",
        "#W#"
    ],
    "result": {
        "count": 1,
        "id": "minecraft:spruce_fence_gate"
    }
}