bowl.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_brown_mushroom": {
"conditions": {
"items": [
{
"items": "minecraft:brown_mushroom"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_mushroom_stew": {
"conditions": {
"items": [
{
"items": "minecraft:mushroom_stew"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_red_mushroom": {
"conditions": {
"items": [
{
"items": "minecraft:red_mushroom"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:bowl"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_brown_mushroom",
"has_red_mushroom",
"has_mushroom_stew"
]
],
"rewards": {
"recipes": [
"minecraft:bowl"
]
}
}