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.

Beehive
Minecraft · by Mojang Studios
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Beehive | 1–1 | 100% | — |
| Beehive | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Beehive | 1–1 | 100% | — |
| Beehive | 1–1 | 100% | 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
}

