minecraft-assets/data/minecraft/advancements/recipes/food/cake.json

34 lines
567 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_egg": {
"conditions": {
"items": [
{
"items": [
"minecraft:egg"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cake"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_egg"
]
],
"rewards": {
"recipes": [
"minecraft:cake"
]
}
}