{
  "format_version": "1.12",
  "minecraft:recipe_shaped": {
    "description": {
    "identifier": "minecraft:cyan_banner"
    },

    
    "tags": [ "crafting_table" ],
    "group": "banner",
    "pattern": [
      "###",
      "###",
      " | "
    ],
    "key": {
      "#": {
        "item": "minecraft:wool",
        "data": 9
      },
      "|": {
        "item": "minecraft:stick"
      }
    },
    "result": {
      "item": "minecraft:banner",
      "data": 6
    }
  }
}