G GameIDs
minecraft · recipes · 1.19.4

Warped Fence Gate

warped_fence_gate

Recipe #758

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "group": "wooden_fence_gate",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "W": {
            "item": "minecraft:warped_planks"
        }
    },
    "pattern": [
        "#W#",
        "#W#"
    ],
    "result": {
        "item": "minecraft:warped_fence_gate"
    },
    "show_notification": true
}