G GameIDs
minecraft · recipes · 1.15.2

Spruce Fence Gate

spruce_fence_gate

Recipe #326

1.15.2 #8
{
    "type": "minecraft:crafting_shaped",
    "group": "wooden_fence_gate",
    "pattern": [
        "#W#",
        "#W#"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:spruce_planks"
        }
    },
    "result": {
        "item": "minecraft:spruce_fence_gate"
    }
}