{
  "format_version": "1.14",
  "minecraft:recipe_shaped": {
    "description": {
      "identifier": "minecraft:beehive"
    },
    "tags": [ "crafting_table" ],
    "pattern": [
      "###",
      "ooo",
      "###"
    ],
    "key": {
      "#": {
        "item": "minecraft:planks"
      },
      "o": {
        "item": "minecraft:honeycomb"
      }
    },
    "result": [
      { "item": "minecraft:beehive" }
    ]
  }
}