{
  "type": "crafting_shaped",
  "tags": [ "crafting_table" ],
  "pattern": [
    " X ",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:stone"
    },
	"X": {
      "item": "minecraft:iron_ingot"
    }
  },
  "result": {
    "item": "minecraft:stonecutter_block"
  }
}