You've already forked minecraft-assets
46 lines
780 B
JSON
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"
|
|
]
|
|
]
|
|
} |