{
  "type": "crafting_shaped",
  "tags": [ "crafting_table" ],
  "pattern": [
    "#I#",
    "STS",
    " # "
  ],
  "key": {
    "#": {
      "item": "minecraft:stick"
    },
    "S": {
      "item": "minecraft:string"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "T": {
      "item": "minecraft:tripwire_hook"
    }
  },
  "result": {
    "item": "minecraft:crossbow"
  }
}