minecraft-src/data/minecraft/recipe/beehive.json
2025-07-04 02:00:41 +03:00

17 lines
No EOL
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"
}
}