Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 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,34 @@
{
"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_potato",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_potato",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_potato",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_beetroot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:beetroot_soup"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_wheat",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:bread"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_egg",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cake"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_beef",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_beef",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_beef",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_chicken",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_chicken"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_chicken",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_chicken_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_chicken",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_chicken_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_cod",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_cod"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_cod",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_cod_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_cod",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_cod_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_mutton",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_mutton"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_mutton",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_mutton_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_mutton",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_mutton_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_porkchop",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_porkchop"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_porkchop",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_porkchop_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_porkchop",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_porkchop_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_rabbit",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_rabbit"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_rabbit",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_rabbit_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_rabbit",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_rabbit_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_salmon",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_salmon"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_salmon",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_salmon_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_salmon",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_salmon_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_cocoa",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cookie"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_dried_kelp_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_kelp",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp_from_campfire_cooking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_kelp",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp_from_smelting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_kelp",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dried_kelp_from_smoking"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_gold_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:golden_apple"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_honey_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:honey_bottle"
]
}
}

View File

@@ -0,0 +1,73 @@
{
"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_mushroom_stew",
"has_bowl",
"has_brown_mushroom",
"has_red_mushroom",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:mushroom_stew"
]
}
}

View File

@@ -0,0 +1,47 @@
{
"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_carved_pumpkin",
"has_pumpkin",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:pumpkin_pie"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_cooked_rabbit",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:rabbit_stew_from_brown_mushroom"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"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_cooked_rabbit",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:rabbit_stew_from_red_mushroom"
]
}
}