Files
minecraft-assets/data/minecraft/recipe/beehive.json
2025-03-05 18:31:24 +01:00

17 lines
257 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"H": "minecraft:honeycomb",
"P": "#minecraft:planks"
},
"pattern": [
"PPP",
"HHH",
"PPP"
],
"result": {
"count": 1,
"id": "minecraft:beehive"
}
}