Files
minecraft-assets/data/minecraft/recipes/beehive.json
2023-03-22 18:51:17 +01:00

21 lines
314 B
JSON

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