G GameIDs
minecraft · recipes · 1.12.2

Spruce Fence

spruce_fence

Recipe #843

1.12.2 #11
{
    "type": "crafting_shaped",
    "group": "wooden_fence",
    "pattern": [
        "W#W",
        "W#W"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:planks",
            "data": 1
        }
    },
    "result": {
        "item": "minecraft:spruce_fence",
        "count": 3
    }
}