G GameIDs
minecraft · recipes · 1.15.2

Oak Sign

oak_sign

Recipe #563

1.15.2 #8
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "###",
        " X "
    ],
    "key": {
        "#": {
            "item": "minecraft:oak_planks"
        },
        "X": {
            "item": "minecraft:stick"
        }
    },
    "result": {
        "item": "minecraft:oak_sign",
        "count": 3
    }
}