Files
2026-07-31 10:34:32 +09:00

34 lines
619 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"bakery:strawberry_chocolate"
]
},
"criteria": {
"has_strawberry": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"farm_and_charm:strawberry"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bakery:strawberry_chocolate"
}
}
},
"requirements": [
[
"has_strawberry",
"has_the_recipe"
]
]
}