{
  "type": "minecraft:crafting_shaped",
  "category": "building",
  "group": "stained_glass",
  "key": {
    "#": {
      "item": "minecraft:glass"
    },
    "X": {
      "item": "minecraft:brown_dye"
    }
  },
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "result": {
    "count": 8,
    "item": "minecraft:brown_stained_glass"
  },
  "show_notification": true
}