Files
minecraft-assets/assets/minecraft/advancements/recipes/food/cake.json
2017-04-26 14:35:29 +00:00

33 lines
500 B
JSON

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