Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/bowl.json
2017-04-15 11:12:58 +00:00

46 lines
780 B
JSON

{
"rewards": {
"recipes": [
"minecraft:bowl"
]
},
"criteria": {
"has_brown_mushroom": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brown_mushroom"
}
]
}
},
"has_red_mushroom": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_mushroom"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bowl"
}
}
},
"requirements": [
[
"has_brown_mushroom"
],
[
"has_red_mushroom"
],
[
"has_the_recipe"
]
]
}