G GameIDs
minecraft · recipes · 1.19.4

Birch Fence

birch_fence

Recipe #659

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "group": "wooden_fence",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:birch_planks"
        }
    },
    "pattern": [
        "W#W",
        "W#W"
    ],
    "result": {
        "count": 3,
        "item": "minecraft:birch_fence"
    },
    "show_notification": true
}