G GameIDs
minecraft · recipes · 1.18.2

Blue Banner

blue_banner

Recipe #403

1.18.2 #5
{
    "type": "minecraft:crafting_shaped",
    "group": "banner",
    "pattern": [
        "###",
        "###",
        " | "
    ],
    "key": {
        "#": {
            "item": "minecraft:blue_wool"
        },
        "|": {
            "item": "minecraft:stick"
        }
    },
    "result": {
        "item": "minecraft:blue_banner"
    }
}