Files
minecraft-assets/data/minecraft/recipe/beehive.json
2024-06-13 21:50:08 +02:00

21 lines
299 B
JSON

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