{
  "type": "minecraft:crafting_shaped",
  "category": "redstone",
  "key": {
    "#": {
      "tag": "minecraft:planks"
    },
    "X": {
      "item": "minecraft:redstone"
    }
  },
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "result": {
    "item": "minecraft:note_block"
  },
  "show_notification": true
}