{
  "format_version": "1.20.10",
  "minecraft:recipe_shaped": {
    "description": {
    "identifier": "minecraft:soul_lantern"
    },
    "tags": [ "crafting_table" ],
    "pattern": [
      "...",
      ".|.",
      "..."
    ],
    "key": {
      "|": {
        "item": "minecraft:soul_torch"
      },
      ".": {
        "item": "minecraft:iron_nugget"
      }
    },
    "unlock": [
      {
        "item": "minecraft:soul_torch"
      }
    ],
    "result": {
      "item": "minecraft:soul_lantern"
    }
  }
}
