G GameIDs
minecraft · recipes · 1.16.5

Acacia Fence Gate

acacia_fence_gate

Recipe #196

1.16.5 #7
{
    "type": "minecraft:crafting_shaped",
    "group": "wooden_fence_gate",
    "pattern": [
        "#W#",
        "#W#"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:acacia_planks"
        }
    },
    "result": {
        "item": "minecraft:acacia_fence_gate"
    }
}