minecraft-assets/data/minecraft/recipes/beehive.json

19 lines
263 B
JSON

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