Create/Update assets for version 24w14potato

This commit is contained in:
InventiveBot
2025-02-03 11:41:59 +01:00
parent c20c80decf
commit 5afa058740
21542 changed files with 1504687 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_bricks_from_terredepomme.json","baked_potato_from_campfire_cooking.json","baked_potato_from_smoking.json","beetroot_soup.json","bread.json","cake.json","compressed_poisonous_potato_block_from_double_compressed_poisonous_potato_block_unpacking.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","double_compressed_poisonous_potato_block_from_triple_compressed_poisonous_potato_block_unpacking.json","dried_kelp.json","dried_kelp_from_campfire_cooking.json","dried_kelp_from_smelting.json","dried_kelp_from_smoking.json","enchanted_golden_poisonous_potato.json","golden_apple.json","golden_poisonous_potato.json","hash_browns_from_campfire_cooking.json","honey_bottle.json","hot_potato.json","mushroom_stew.json","poisonous_potato_block_from_compressed_poisonous_potato_block_unpacking.json","poisonous_potato_chips.json","poisonous_potato_chips_from_campfire_cooking.json","poisonous_potato_chips_from_smoking.json","poisonous_potato_fries.json","poisonous_potato_fries_from_campfire_cooking.json","poisonous_potato_fries_from_smoking.json","poisonous_potato_from_poisonous_potato_block_unpacking.json","poisonous_potato_slices_from_poisonous_potato_poisonous_potato_cutting.json","poisonous_potato_sticks_from_poisonous_potato_poisonous_potato_cutting.json","pumpkin_pie.json","rabbit_stew_from_brown_mushroom.json","rabbit_stew_from_red_mushroom.json","triple_compressed_poisonous_potato_block_from_quadruple_compressed_poisonous_potato_block_unpacking.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_terredepomme": {
"conditions": {
"items": [
{
"items": "minecraft:terredepomme"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:baked_potato_bricks_from_terredepomme"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_terredepomme"
]
],
"rewards": {
"recipes": [
"minecraft:baked_potato_bricks_from_terredepomme"
]
}
}

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_compressed_block": {
"conditions": {
"items": [
{
"items": "minecraft:double_compressed_poisonous_potato_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:compressed_poisonous_potato_block_from_double_compressed_poisonous_potato_block_unpacking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_compressed_block"
]
],
"rewards": {
"recipes": [
"minecraft:compressed_poisonous_potato_block_from_double_compressed_poisonous_potato_block_unpacking"
]
}
}

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_compressed_block": {
"conditions": {
"items": [
{
"items": "minecraft:triple_compressed_poisonous_potato_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:double_compressed_poisonous_potato_block_from_triple_compressed_poisonous_potato_block_unpacking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_compressed_block"
]
],
"rewards": {
"recipes": [
"minecraft:double_compressed_poisonous_potato_block_from_triple_compressed_poisonous_potato_block_unpacking"
]
}
}

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_block": {
"conditions": {
"items": [
{
"items": "minecraft:gold_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:enchanted_golden_poisonous_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_gold_block"
]
],
"rewards": {
"recipes": [
"minecraft:enchanted_golden_poisonous_potato"
]
}
}

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_gold_ingot": {
"conditions": {
"items": [
{
"items": "minecraft:gold_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:golden_poisonous_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_gold_ingot"
]
],
"rewards": {
"recipes": [
"minecraft:golden_poisonous_potato"
]
}
}

View File

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

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,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_potato": {
"conditions": {
"items": [
{
"items": "#minecraft:heatable_potatos"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:hot_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_potato"
]
],
"rewards": {
"recipes": [
"minecraft:hot_potato"
]
}
}

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,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_compressed_block": {
"conditions": {
"items": [
{
"items": "minecraft:compressed_poisonous_potato_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:poisonous_potato_block_from_compressed_poisonous_potato_block_unpacking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_compressed_block"
]
],
"rewards": {
"recipes": [
"minecraft:poisonous_potato_block_from_compressed_poisonous_potato_block_unpacking"
]
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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_compressed_block": {
"conditions": {
"items": [
{
"items": "minecraft:quadruple_compressed_poisonous_potato_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:triple_compressed_poisonous_potato_block_from_quadruple_compressed_poisonous_potato_block_unpacking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_compressed_block"
]
],
"rewards": {
"recipes": [
"minecraft:triple_compressed_poisonous_potato_block_from_quadruple_compressed_poisonous_potato_block_unpacking"
]
}
}