G GameIDs
minecraft · recipes · 1.16.5

Light Blue Banner

light_blue_banner

Recipe #832

1.16.5 #7
{
    "type": "minecraft:crafting_shaped",
    "group": "banner",
    "pattern": [
        "###",
        "###",
        " | "
    ],
    "key": {
        "#": {
            "item": "minecraft:light_blue_wool"
        },
        "|": {
            "item": "minecraft:stick"
        }
    },
    "result": {
        "item": "minecraft:light_blue_banner"
    }
}