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

34 lines
600 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"bakery:granite_stove"
]
},
"criteria": {
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bakery:granite_stove"
}
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
]
}