Create/Update assets for version 1.20.5-rc2

This commit is contained in:
InventiveBot
2024-04-22 09:12:07 +02:00
parent 82e152ff54
commit 7f0aa73ded
20075 changed files with 1397276 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"directories":[],"files":["baked_potato.json","baked_potato_from_campfire_cooking.json","baked_potato_from_smoking.json","beetroot_soup.json","bread.json","cake.json","cooked_beef.json","cooked_beef_from_campfire_cooking.json","cooked_beef_from_smoking.json","cooked_chicken.json","cooked_chicken_from_campfire_cooking.json","cooked_chicken_from_smoking.json","cooked_cod.json","cooked_cod_from_campfire_cooking.json","cooked_cod_from_smoking.json","cooked_mutton.json","cooked_mutton_from_campfire_cooking.json","cooked_mutton_from_smoking.json","cooked_porkchop.json","cooked_porkchop_from_campfire_cooking.json","cooked_porkchop_from_smoking.json","cooked_rabbit.json","cooked_rabbit_from_campfire_cooking.json","cooked_rabbit_from_smoking.json","cooked_salmon.json","cooked_salmon_from_campfire_cooking.json","cooked_salmon_from_smoking.json","cookie.json","dried_kelp.json","dried_kelp_from_campfire_cooking.json","dried_kelp_from_smelting.json","dried_kelp_from_smoking.json","golden_apple.json","honey_bottle.json","mushroom_stew.json","pumpkin_pie.json","rabbit_stew_from_brown_mushroom.json","rabbit_stew_from_red_mushroom.json"]}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_potato": {
"conditions": {
"items": [
{
"items": "minecraft:potato"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:baked_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_potato"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_potato": {
"conditions": {
"items": [
{
"items": "minecraft:potato"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:baked_potato_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_potato"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_potato": {
"conditions": {
"items": [
{
"items": "minecraft:potato"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:baked_potato_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_potato"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beetroot": {
"conditions": {
"items": [
{
"items": "minecraft:beetroot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:beetroot_soup"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_beetroot"
]
],
"rewards": {
"recipes": [
"minecraft:beetroot_soup"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:bread"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"items": "minecraft:wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_wheat"
]
],
"rewards": {
"recipes": [
"minecraft:bread"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_egg": {
"conditions": {
"items": [
{
"items": "minecraft:egg"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cake"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_egg"
]
],
"rewards": {
"recipes": [
"minecraft:cake"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beef": {
"conditions": {
"items": [
{
"items": "minecraft:beef"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_beef"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_beef"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beef": {
"conditions": {
"items": [
{
"items": "minecraft:beef"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_beef_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_beef"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beef": {
"conditions": {
"items": [
{
"items": "minecraft:beef"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_beef_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_beef"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chicken": {
"conditions": {
"items": [
{
"items": "minecraft:chicken"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_chicken"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_chicken"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_chicken"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chicken": {
"conditions": {
"items": [
{
"items": "minecraft:chicken"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_chicken_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_chicken"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_chicken_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chicken": {
"conditions": {
"items": [
{
"items": "minecraft:chicken"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_chicken_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_chicken"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_chicken_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cod": {
"conditions": {
"items": [
{
"items": "minecraft:cod"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_cod"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cod"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_cod"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cod": {
"conditions": {
"items": [
{
"items": "minecraft:cod"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_cod_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cod"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_cod_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cod": {
"conditions": {
"items": [
{
"items": "minecraft:cod"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_cod_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cod"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_cod_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mutton": {
"conditions": {
"items": [
{
"items": "minecraft:mutton"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_mutton"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mutton"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_mutton"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mutton": {
"conditions": {
"items": [
{
"items": "minecraft:mutton"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_mutton_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mutton"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_mutton_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mutton": {
"conditions": {
"items": [
{
"items": "minecraft:mutton"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_mutton_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mutton"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_mutton_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_porkchop": {
"conditions": {
"items": [
{
"items": "minecraft:porkchop"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_porkchop"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_porkchop"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_porkchop"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_porkchop": {
"conditions": {
"items": [
{
"items": "minecraft:porkchop"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_porkchop_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_porkchop"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_porkchop_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_porkchop": {
"conditions": {
"items": [
{
"items": "minecraft:porkchop"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_porkchop_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_porkchop"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_porkchop_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_rabbit": {
"conditions": {
"items": [
{
"items": "minecraft:rabbit"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_rabbit"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_rabbit"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_rabbit"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_rabbit": {
"conditions": {
"items": [
{
"items": "minecraft:rabbit"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_rabbit_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_rabbit"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_rabbit_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_rabbit": {
"conditions": {
"items": [
{
"items": "minecraft:rabbit"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_rabbit_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_rabbit"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_rabbit_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_salmon": {
"conditions": {
"items": [
{
"items": "minecraft:salmon"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_salmon"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_salmon"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_salmon"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_salmon": {
"conditions": {
"items": [
{
"items": "minecraft:salmon"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_salmon_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_salmon"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_salmon_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_salmon": {
"conditions": {
"items": [
{
"items": "minecraft:salmon"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_salmon_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_salmon"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_salmon_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cocoa": {
"conditions": {
"items": [
{
"items": "minecraft:cocoa_beans"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cookie"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cocoa"
]
],
"rewards": {
"recipes": [
"minecraft:cookie"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dried_kelp_block": {
"conditions": {
"items": [
{
"items": "minecraft:dried_kelp_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:dried_kelp"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dried_kelp_block"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_kelp": {
"conditions": {
"items": [
{
"items": "minecraft:kelp"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:dried_kelp_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_kelp"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_kelp": {
"conditions": {
"items": [
{
"items": "minecraft:kelp"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:dried_kelp_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_kelp"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp_from_smelting"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_kelp": {
"conditions": {
"items": [
{
"items": "minecraft:kelp"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:dried_kelp_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_kelp"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp_from_smoking"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gold_ingot": {
"conditions": {
"items": [
{
"items": "minecraft:gold_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:golden_apple"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_gold_ingot"
]
],
"rewards": {
"recipes": [
"minecraft:golden_apple"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_honey_block": {
"conditions": {
"items": [
{
"items": "minecraft:honey_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:honey_bottle"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_honey_block"
]
],
"rewards": {
"recipes": [
"minecraft:honey_bottle"
]
}
}

View File

@@ -0,0 +1,65 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bowl": {
"conditions": {
"items": [
{
"items": "minecraft:bowl"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"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:mushroom_stew"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mushroom_stew",
"has_bowl",
"has_brown_mushroom",
"has_red_mushroom"
]
],
"rewards": {
"recipes": [
"minecraft:mushroom_stew"
]
}
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carved_pumpkin": {
"conditions": {
"items": [
{
"items": "minecraft:carved_pumpkin"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_pumpkin": {
"conditions": {
"items": [
{
"items": "minecraft:pumpkin"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:pumpkin_pie"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_carved_pumpkin",
"has_pumpkin"
]
],
"rewards": {
"recipes": [
"minecraft:pumpkin_pie"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cooked_rabbit": {
"conditions": {
"items": [
{
"items": "minecraft:cooked_rabbit"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:rabbit_stew_from_brown_mushroom"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cooked_rabbit"
]
],
"rewards": {
"recipes": [
"minecraft:rabbit_stew_from_brown_mushroom"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cooked_rabbit": {
"conditions": {
"items": [
{
"items": "minecraft:cooked_rabbit"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:rabbit_stew_from_red_mushroom"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cooked_rabbit"
]
],
"rewards": {
"recipes": [
"minecraft:rabbit_stew_from_red_mushroom"
]
}
}