minecraft-src/data/minecraft/advancement/recipes/misc/bowl.json
2025-07-04 01:41:11 +03:00

54 lines
No EOL
1 KiB
JSON

{
"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"
]
}
}