sugar_from_honey_bottle.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_honey_bottle": {
"conditions": {
"items": [
{
"items": [
"minecraft:honey_bottle"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:sugar_from_honey_bottle"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_honey_bottle",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:sugar_from_honey_bottle"
]
},
"sends_telemetry_event": false
}