Files
minecraft-assets/data/minecraft/recipes/bee_hive.json
2019-09-14 12:34:49 +00:00

19 lines
264 B
JSON

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