Files
jgl_sunlit_patch/kubejs/data/bakery/advancements/recipes/butter.json
T
2026-07-31 10:34:32 +09:00

34 lines
606 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"farm_and_charm:yeast"
]
},
"criteria": {
"has_water_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:water_bucket"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "farm_and_charm:yeast"
}
}
},
"requirements": [
[
"has_water_bucket",
"has_the_recipe"
]
]
}