{
  "format_version": "1.12",
  "minecraft:recipe_shaped": {
    "description": {
    "identifier": "minecraft:fence_gate"
    },

    
    "tags": [ "crafting_table" ],
    "group": "wooden_fence_gate",
    "pattern": [
      "#W#",
      "#W#"
    ],
    "key": {
      "#": {
        "item": "minecraft:stick"
      },
      "W": {
        "item": "minecraft:planks",
        "data": 0
      }
    },
    "result": {
      "item": "minecraft:fence_gate"
    }
  }
}