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

34 lines
591 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:beehive"
]
},
"criteria": {
"has_honeycomb": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:honeycomb"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:beehive"
}
}
},
"requirements": [
[
"has_honeycomb",
"has_the_recipe"
]
]
}