Create/Update assets for version 25w09a

This commit is contained in:
InventiveBot
2025-02-26 18:31:02 +01:00
parent cae88d9a77
commit 8caafb37a5
22030 changed files with 1526584 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","suspicious_stew_from_allium.json","suspicious_stew_from_azure_bluet.json","suspicious_stew_from_blue_orchid.json","suspicious_stew_from_closed_eyeblossom.json","suspicious_stew_from_cornflower.json","suspicious_stew_from_dandelion.json","suspicious_stew_from_lily_of_the_valley.json","suspicious_stew_from_open_eyeblossom.json","suspicious_stew_from_orange_tulip.json","suspicious_stew_from_oxeye_daisy.json","suspicious_stew_from_pink_tulip.json","suspicious_stew_from_poppy.json","suspicious_stew_from_red_tulip.json","suspicious_stew_from_torchflower.json","suspicious_stew_from_white_tulip.json","suspicious_stew_from_wither_rose.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:eggs"
}
]
},
"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"
]
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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