{
  "format_version": "1.20.10",
  "minecraft:recipe_shaped": {
    "description": {
    "identifier": "minecraft:barrel_with_planks"
    },
    "tags": [ "crafting_table" ],
    "pattern": [
      "#-#",
      "# #",
      "#-#"
    ],
    "key": {
      "#": {
        "tag": "minecraft:planks"
      },
      "-": {
        "tag": "minecraft:wooden_slabs"
      }
    },
    "unlock": [
      {
        "tag": "minecraft:planks"
      },
      {
        "tag": "minecraft:wooden_slabs"
      }
    ],
    "result": {
      "item": "minecraft:barrel"
    },
    "priority": -1
  }
}