minecraft-assets/data/minecraft/advancements/recipes/misc/bowl.json

54 lines
1.0 KiB
JSON

{
"parent": "minecraft:recipes/root",
"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_mushroom_stew": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:mushroom_stew"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bowl"
}
}
},
"requirements": [
[
"has_brown_mushroom",
"has_red_mushroom",
"has_mushroom_stew",
"has_the_recipe"
]
]
}