Files
minecraft-assets/data/minecraft/advancements/recipes/misc/sugar_from_honey_bottle.json
2021-04-14 18:32:33 +00:00

32 lines
601 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_honey_bottle"
]
},
"criteria": {
"has_honey_bottle": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honey_bottle"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_honey_bottle"
}
}
},
"requirements": [
[
"has_honey_bottle",
"has_the_recipe"
]
]
}