{
  "type": "minecraft:crafting_shaped",
  "group": "stained_glass",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:glass"
    },
    "X": {
      "item": "minecraft:yellow_dye"
    }
  },
  "result": {
    "item": "minecraft:yellow_stained_glass",
    "count": 8
  }
}