G GameIDs
minecraft · recipes · 1.15.2

Purple Banner

purple_banner

Recipe #115

1.15.2 #8
{
    "type": "minecraft:crafting_shaped",
    "group": "banner",
    "pattern": [
        "###",
        "###",
        " | "
    ],
    "key": {
        "#": {
            "item": "minecraft:purple_wool"
        },
        "|": {
            "item": "minecraft:stick"
        }
    },
    "result": {
        "item": "minecraft:purple_banner"
    }
}