G GameIDs
minecraft · recipes · 1.14.4

Oak Fence

oak_fence

Recipe #488

1.14.4 #9
{
    "type": "minecraft:crafting_shaped",
    "group": "wooden_fence",
    "pattern": [
        "W#W",
        "W#W"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:oak_planks"
        }
    },
    "result": {
        "item": "minecraft:oak_fence",
        "count": 3
    }
}