{
  "type": "minecraft:crafting_shaped",
  "key": {
    "#": {
      "item": "minecraft:iron_ingot"
    },
    "X": {
      "item": "minecraft:redstone"
    }
  },
  "pattern": [
    " # ",
    "#X#",
    " # "
  ],
  "result": {
    "item": "minecraft:compass"
  }
}