{
  "format_version": "1.20.10",
  "minecraft:recipe_shaped": {
    "description": {
      "identifier": "minecraft:copper_torch"
    },
    "tags": [
      "crafting_table"
    ],
    "pattern": [
      "^",
      ".",
      "|"
    ],
    "key": {
      ".": {
        "tag": "minecraft:coals"
      },
      "|": {
        "item": "minecraft:stick"
      },
      "^": {
        "item": "minecraft:copper_nugget"
      }
    },
    "unlock": [
      {
        "item": "minecraft:copper_nugget"
      }
    ],
    "result": {
      "item": "minecraft:copper_torch",
      "count": 4
    }
  }
}