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

34 lines
582 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"bakery:tray"
]
},
"criteria": {
"has_oak_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bakery:tray"
}
}
},
"requirements": [
[
"has_oak_planks",
"has_the_recipe"
]
]
}