{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    " # "
  ],
  "key": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "item": "minecraft:iron_ingot"
    }
  },
  "result": {
    "item": "minecraft:arrow",
    "count": 4
  }
}