Files
minecraft-assets/data/minecraft/recipes/beehive.json
2021-07-07 09:21:22 +00:00

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"
}
}