minecraft:beehive

Beehive

Minecraft · by Mojang Studios
block BeehivesAxe Mineable

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Honeycomb, Honeycomb, Honeycomb, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Beehive.

Crafting
Beehive guaranteed

Crafting using Skyroot Planks, Skyroot Planks, Skyroot Planks, Honeycomb, Honeycomb, Honeycomb, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Beehive.

Crafting
Beehive guaranteed

Mining & drops

sourcecountchanceconditions
Beehive1–1100%
Beehive1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Beehive1–1100%
Beehive1–1100%Drops itself with Silk Touch
Developer reference
Registry name
minecraft:beehive
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/beehives
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "HHH",
    "PPP"
  ],
  "ingredients": {
    "H": {
      "item": "minecraft:honeycomb"
    },
    "P": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "CCC",
    "PPP"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:honeycomb"
    },
    "P": {
      "tag": "aether:planks_crafting"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:beehive",
  "experience": null,
  "cooking_time": null
}