{
  "type": "minecraft:crafting_shaped",
  "category": "redstone",
  "key": {
    "#": {
      "item": "minecraft:cobblestone"
    },
    "R": {
      "item": "minecraft:redstone"
    },
    "X": {
      "item": "minecraft:bow"
    }
  },
  "pattern": [
    "###",
    "#X#",
    "#R#"
  ],
  "result": {
    "item": "minecraft:dispenser"
  },
  "show_notification": true
}