Files
tcc/servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/beehive.json

27 lines
446 B
JSON
Vendored

{
"format_version": "1.14",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:beehive"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"ooo",
"###"
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"o": {
"item": "minecraft:honeycomb"
}
},
"result": [
{ "item": "minecraft:beehive" }
],
"priority": -1
}
}