Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"parent": "kitchenkarrot:get_water",
"display": {
"icon": {
"item": "kitchenkarrot:dragon_breath_coke"
},
"title": {
"translate": "advancement.kitchenkarrot.drink_dgcoke.title"
},
"description": {
"translate": "advancement.kitchenkarrot.drink_dgcoke.desc"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"coke": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:dragon_breath_coke"
]
}
}
}
},
"requirements": [
[
"coke"
]
],
"rewards": {
"experience": 200
}
}

View File

@@ -0,0 +1,85 @@
{
"parent": "kitchenkarrot:place_brewing_barrel",
"display": {
"icon": {
"item": "kitchenkarrot:rum"
},
"title": {
"translate": "advancement.kitchenkarrot.drink_liquor.title"
},
"description": {
"translate": "advancement.kitchenkarrot.drink_liquor.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"rum": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:rum"
]
}
}
},
"vodka": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:vodka"
]
}
}
},
"mead": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:mead"
]
}
}
},
"acorn_wine": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:acorn_wine"
]
}
}
},
"iced_melon_lager": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:iced_melon_lager"
]
}
}
},
"glow_berry_lager": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:glow_berry_lager"
]
}
}
}
},
"requirements": [
[
"glow_berry_lager","iced_melon_lager","rum","vodka","mead","acorn_wine"
]
]
}

View File

@@ -0,0 +1,38 @@
{
"parent": "kitchenkarrot:place_plate",
"display": {
"icon": {
"item": "kitchenkarrot:ultra_super_delicious_cereal_porridge"
},
"title": {
"translate": "advancement.kitchenkarrot.eat_ultra_cereal.title"
},
"description": {
"translate": "advancement.kitchenkarrot.eat_ultra_cereal.desc"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"ultra_cereal": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"kitchenkarrot:ultra_super_delicious_cereal_porridge"
]
}
}
}
},
"requirements": [
[
"ultra_cereal"
]
],
"rewards": {
"experience": 200
}
}

View File

@@ -0,0 +1,37 @@
{
"parent": "kitchenkarrot:root",
"display": {
"icon": {
"item": "kitchenkarrot:acorn"
},
"title": {
"translate": "advancement.kitchenkarrot.get_acorn.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_acorn.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"acorn": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:acorn"
]
}
]
}
}
},
"requirements": [
[
"acorn"
]
]
}

View File

@@ -0,0 +1,97 @@
{
"parent": "kitchenkarrot:place_air_compressor",
"display": {
"icon": {
"item": "kitchenkarrot:canned_beef_potato"
},
"title": {
"translate": "advancement.kitchenkarrot.get_canned_food.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_canned_food.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"canned_beef_potato": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_beef_potato"
]
}
]
}
},
"canned_pork_beetroot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_pork_beetroot"
]
}
]
}
},
"canned_candied_apple": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_candied_apple"
]
}
]
}
},
"canned_hoglin_confit": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_hoglin_confit"
]
}
]
}
},
"canned_mutton_pumpkin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_mutton_pumpkin"
]
}
]
}
},
"canned_sweet_berry_milk": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_sweet_berry_milk"
]
}
]
}
}
},
"requirements": [
[
"canned_beef_potato","canned_pork_beetroot","canned_candied_apple","canned_hoglin_confit","canned_mutton_pumpkin","canned_sweet_berry_milk"
]
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "kitchenkarrot:get_canned_food",
"display": {
"icon": {
"item": "kitchenkarrot:canned_hoglin_confit"
},
"title": {
"translate": "advancement.kitchenkarrot.get_canned_hoglin_confit.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_canned_hoglin_confit.desc"
},
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"canned_hoglin_confit": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:canned_hoglin_confit"
]
}
]
}
}
},
"requirements": [
[
"canned_hoglin_confit"
]
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "kitchenkarrot:drink_liquor",
"display": {
"icon": {
"item": "kitchenkarrot:shaker"
},
"title": {
"translate": "advancement.kitchenkarrot.get_cocktail.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_cocktail.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"cocktail": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:cocktail"
]
}
]
}
}
},
"requirements": [
[
"cocktail"
]
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "kitchenkarrot:plant_carrot",
"display": {
"icon": {
"item": "kitchenkarrot:gem_carrot"
},
"title": {
"translate": "advancement.kitchenkarrot.get_gem_carrot.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_gem_carrot.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"gem_carrot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:gem_carrot"
]
}
]
}
}
},
"requirements": [
[
"gem_carrot"
]
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "kitchenkarrot:get_gem_carrot",
"display": {
"icon": {
"item": "kitchenkarrot:pillager_pie"
},
"title": {
"translate": "advancement.kitchenkarrot.get_pillager_pie.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_pillager_pie.desc"
},
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"pillager_pie": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:pillager_pie"
]
}
]
}
}
},
"requirements": [
[
"pillager_pie"
]
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "kitchenkarrot:place_air_compressor",
"display": {
"icon": {
"item": "kitchenkarrot:water"
},
"title": {
"translate": "advancement.kitchenkarrot.get_water.title"
},
"description": {
"translate": "advancement.kitchenkarrot.get_water.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"water": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:water"
]
}
]
}
}
},
"requirements": [
[
"water"
]
]
}

View File

@@ -0,0 +1,36 @@
{
"parent": "kitchenkarrot:get_acorn",
"display": {
"icon": {
"item": "kitchenkarrot:air_compressor"
},
"title": {
"translate": "advancement.kitchenkarrot.place_air_compressor.title"
},
"description": {
"translate": "advancement.kitchenkarrot.place_air_compressor.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"air_compressor": {
"trigger": "minecraft:placed_block",
"conditions": {
"location": [
{
"block": "kitchenkarrot:air_compressor",
"condition": "minecraft:block_state_property"
}
]
}
}
},
"requirements": [
[
"air_compressor"
]
]
}

View File

@@ -0,0 +1,36 @@
{
"parent": "kitchenkarrot:get_acorn",
"display": {
"icon": {
"item": "kitchenkarrot:brewing_barrel"
},
"title": {
"translate": "advancement.kitchenkarrot.place_brewing_barrel.title"
},
"description": {
"translate": "advancement.kitchenkarrot.place_brewing_barrel.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"brewing_barrel": {
"trigger": "minecraft:placed_block",
"conditions": {
"location": [
{
"block": "kitchenkarrot:brewing_barrel",
"condition": "minecraft:block_state_property"
}
]
}
}
},
"requirements": [
[
"brewing_barrel"
]
]
}

View File

@@ -0,0 +1,36 @@
{
"parent": "kitchenkarrot:root",
"display": {
"icon": {
"item": "kitchenkarrot:plate_item"
},
"title": {
"translate": "advancement.kitchenkarrot.place_plate.title"
},
"description": {
"translate": "advancement.kitchenkarrot.place_plate.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"plate": {
"trigger": "minecraft:placed_block",
"conditions": {
"location": [
{
"block": "kitchenkarrot:plate",
"condition": "minecraft:block_state_property"
}
]
}
}
},
"requirements": [
[
"plate"
]
]
}

View File

@@ -0,0 +1,36 @@
{
"parent": "kitchenkarrot:root",
"display": {
"icon": {
"item": "minecraft:carrot"
},
"title": {
"translate": "advancement.kitchenkarrot.plant_carrot.title"
},
"description": {
"translate": "advancement.kitchenkarrot.plant_carrot.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"carrot": {
"trigger": "minecraft:placed_block",
"conditions": {
"location": [
{
"block": "minecraft:carrots",
"condition": "minecraft:block_state_property"
}
]
}
}
},
"requirements": [
[
"carrot"
]
]
}

View File

@@ -0,0 +1,81 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooked_pork]": {
"conditions": {
"items": [
{
"tag": "forge:cooked_pork"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bacon_wrapped_potato": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:bacon_wrapped_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_baked_potato": {
"conditions": {
"items": [
{
"items": [
"minecraft:baked_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oil": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_salt": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:bacon_wrapped_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bacon_wrapped_potato",
"has_TagKey[minecraft:item / forge:cooked_pork]",
"has_baked_potato",
"has_oil",
"has_salt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:bacon_wrapped_potato"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_baked_potato": {
"conditions": {
"items": [
{
"items": [
"minecraft:baked_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bamboo": {
"conditions": {
"items": [
{
"items": [
"minecraft:bamboo"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bamboo_potato": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:bamboo_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_egg": {
"conditions": {
"items": [
{
"tag": "forge:eggs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_salt": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:bamboo_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bamboo_potato",
"has_bamboo",
"has_egg",
"has_baked_potato",
"has_salt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:bamboo_potato"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acorn": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:acorn"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_beetroot": {
"conditions": {
"items": [
{
"items": [
"minecraft:beetroot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_beetroot_crepe": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:beetroot_crepe"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bread": {
"conditions": {
"items": [
{
"items": [
"minecraft:bread"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_salt": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:beetroot_crepe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_beetroot_crepe",
"has_bread",
"has_beetroot",
"has_acorn",
"has_salt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:beetroot_crepe"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:eggs]": {
"conditions": {
"items": [
{
"tag": "forge:eggs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_beetroot": {
"conditions": {
"items": [
{
"items": [
"minecraft:beetroot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_beetroot_salad": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:beetroot_salad"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bread": {
"conditions": {
"items": [
{
"items": [
"minecraft:bread"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:beetroot_salad"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_beetroot_salad",
"has_bread",
"has_beetroot",
"has_bowl",
"has_TagKey[minecraft:item / forge:eggs]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:beetroot_salad"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,111 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:bread]": {
"conditions": {
"items": [
{
"tag": "forge:bread"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bikini_bottom_sub": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:bikini_bottom_sub"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cheese_slice": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:cheese_slice"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_ink_sac": {
"conditions": {
"items": [
{
"items": [
"minecraft:ink_sac"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_pickled_sea_pickles": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:pickled_sea_pickles"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sashimi": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:sashimi"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:bikini_bottom_sub"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bikini_bottom_sub",
"has_TagKey[minecraft:item / forge:bread]",
"has_sashimi",
"has_pickled_sea_pickles",
"has_cheese_slice",
"has_carrot_spices",
"has_ink_sac",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:bikini_bottom_sub"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,59 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:water]": {
"conditions": {
"items": [
{
"tag": "forge:water"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_birch_sapling": {
"conditions": {
"items": [
{
"items": [
"minecraft:birch_sapling"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:birch_sap"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_birch_sap",
"has_birch_sapling",
"has_TagKey[minecraft:item / forge:water]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:birch_sap"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_birch_sap_chocolate_bar": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap_chocolate_bar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cocoa_beans": {
"conditions": {
"items": [
{
"items": [
"minecraft:cocoa_beans"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:birch_sap_chocolate_bar"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_birch_sap_chocolate_bar",
"has_cocoa_beans",
"has_birch_sap",
"has_sugar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:birch_sap_chocolate_bar"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_birch_sap_donut": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap_donut"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oil": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:birch_sap_donut"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"items": [
"minecraft:wheat"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_birch_sap_donut",
"has_wheat",
"has_birch_sap",
"has_sugar",
"has_oil",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:birch_sap_donut"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:ice_cubes]": {
"conditions": {
"items": [
{
"tag": "forge:ice_cubes"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_buche_de_noel": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:buche_de_noel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sweet_berries": {
"conditions": {
"items": [
{
"items": [
"minecraft:sweet_berries"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:buche_de_noel"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"items": [
"minecraft:wheat"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_buche_de_noel",
"has_sweet_berries",
"has_sugar",
"has_wheat",
"has_TagKey[minecraft:item / forge:ice_cubes]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:buche_de_noel"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,87 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot": {
"conditions": {
"items": [
{
"items": [
"minecraft:carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_and_carrot": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_and_carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gem_carrot": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:gem_carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_and_carrot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_and_carrot",
"has_gem_carrot",
"has_carrot",
"has_carrot_spices",
"has_bowl",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_and_carrot"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,70 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/carrot]": {
"conditions": {
"items": [
{
"tag": "forge:crops/carrot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / kitchenkarrot:grass_spices]": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:grass_spices"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_spices_from_carrot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_spices",
"has_TagKey[minecraft:item / forge:crops/carrot]",
"has_paper",
"has_TagKey[minecraft:item / kitchenkarrot:grass_spices]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_spices_from_carrot"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,72 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / kitchenkarrot:grass_spices]": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:grass_spices"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gem_carrot": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:gem_carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_spices_from_gem_carrot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_spices",
"has_gem_carrot",
"has_paper",
"has_TagKey[minecraft:item / kitchenkarrot:grass_spices]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_spices_from_gem_carrot"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/wheat]": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot": {
"conditions": {
"items": [
{
"items": [
"minecraft:carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_tart": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_tart"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_tart"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_tart",
"has_TagKey[minecraft:item / forge:crops/wheat]",
"has_carrot",
"has_TagKey[minecraft:item / forge:milk]",
"has_sugar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_tart"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,94 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / kitchenkarrot:cooked_meat]": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:cooked_meat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bread": {
"conditions": {
"items": [
{
"items": [
"minecraft:bread"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_chinese_crepe": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chinese_crepe"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chinese_crepe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chinese_crepe",
"has_bread",
"has_TagKey[minecraft:item / forge:salt]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_carrot_spices",
"has_TagKey[minecraft:item / kitchenkarrot:cooked_meat]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chinese_crepe"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,72 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bread": {
"conditions": {
"items": [
{
"items": [
"minecraft:bread"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_chocolate_croissant": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chocolate_croissant"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cocoa_beans": {
"conditions": {
"items": [
{
"items": [
"minecraft:cocoa_beans"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chocolate_croissant"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chocolate_croissant",
"has_TagKey[minecraft:item / forge:milk]",
"has_bread",
"has_cocoa_beans",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chocolate_croissant"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,98 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bone_meal": {
"conditions": {
"items": [
{
"items": [
"minecraft:bone_meal"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_chorus_fruit": {
"conditions": {
"items": [
{
"items": [
"minecraft:chorus_fruit"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_chorus_mousse": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chorus_mousse"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_ice_cubes": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:ice_cubes"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chorus_mousse"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_chorus_mousse",
"has_chorus_fruit",
"has_bone_meal",
"has_sugar",
"has_ice_cubes",
"has_wheat",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chorus_mousse"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_creeper_cereal_porridge": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:creeper_cereal_porridge"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_grilled_wheatmeal": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:grilled_wheatmeal"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gunpowder": {
"conditions": {
"items": [
{
"items": [
"minecraft:gunpowder"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:creeper_cereal_porridge"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_creeper_cereal_porridge",
"has_bowl",
"has_grilled_wheatmeal",
"has_TagKey[minecraft:item / forge:milk]",
"has_gunpowder",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:creeper_cereal_porridge"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_crimson_fungi_spring_roll": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:crimson_fungi_spring_roll"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_crimson_fungus": {
"conditions": {
"items": [
{
"items": [
"minecraft:crimson_fungus"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:crimson_fungi_spring_roll"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"items": [
"minecraft:wheat"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_crimson_fungi_spring_roll",
"has_wheat",
"has_crimson_fungus",
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:crimson_fungi_spring_roll"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,72 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bread": {
"conditions": {
"items": [
{
"items": [
"minecraft:bread"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_crispy_bread_with_kelp": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:crispy_bread_with_kelp"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dried_kelp": {
"conditions": {
"items": [
{
"items": [
"minecraft:dried_kelp"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:crispy_bread_with_kelp"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_crispy_bread_with_kelp",
"has_TagKey[minecraft:item / forge:salt]",
"has_bread",
"has_dried_kelp",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:crispy_bread_with_kelp"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,81 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cheese]": {
"conditions": {
"items": [
{
"tag": "forge:cheese"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:eggs]": {
"conditions": {
"items": [
{
"tag": "forge:eggs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bread": {
"conditions": {
"items": [
{
"items": [
"minecraft:bread"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_croque_madame": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:croque_madame"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:croque_madame"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_croque_madame",
"has_bread",
"has_TagKey[minecraft:item / forge:cheese]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_TagKey[minecraft:item / forge:eggs]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:croque_madame"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_curry_udon": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:curry_udon"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:curry_udon"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_curry_udon",
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:curry_udon"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,68 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:raw_chicken]": {
"conditions": {
"items": [
{
"tag": "forge:raw_chicken"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_drumstick": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:drumstick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:drumstick"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_drumstick",
"has_TagKey[minecraft:item / forge:raw_chicken]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_TagKey[minecraft:item / forge:salt]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:drumstick"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,94 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cheese": {
"conditions": {
"items": [
{
"tag": "forge:cheese"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dungeon_pizza": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:dungeon_pizza"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_rotten_flesh": {
"conditions": {
"items": [
{
"items": [
"minecraft:rotten_flesh"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_salt": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_spider_eye": {
"conditions": {
"items": [
{
"items": [
"minecraft:spider_eye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:dungeon_pizza"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_dungeon_pizza",
"has_rotten_flesh",
"has_spider_eye",
"has_wheat",
"has_cheese",
"has_salt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:dungeon_pizza"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/wheat]": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_egg": {
"conditions": {
"items": [
{
"items": [
"minecraft:egg"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_egg_tart": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:egg_tart"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:egg_tart"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_egg_tart",
"has_TagKey[minecraft:item / forge:crops/wheat]",
"has_egg",
"has_TagKey[minecraft:item / forge:milk]",
"has_sugar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:egg_tart"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cheese_slice": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:cheese_slice"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gold_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:gold_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:enchanted_cheese"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cheese_slice",
"has_gold_nugget",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:enchanted_cheese"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,79 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cheese": {
"conditions": {
"items": [
{
"tag": "forge:cheese"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_feast_pizza": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:feast_pizza"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_meat": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:meat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oil": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:feast_pizza"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_feast_pizza",
"has_wheat",
"has_meat",
"has_cheese",
"has_oil",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:feast_pizza"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,87 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cooked_salmon": {
"conditions": {
"items": [
{
"items": [
"minecraft:cooked_salmon"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fishermens_delight": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fishermens_delight"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_kelp": {
"conditions": {
"items": [
{
"items": [
"minecraft:kelp"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:fishermens_delight"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_fishermens_delight",
"has_bowl",
"has_cooked_salmon",
"has_kelp",
"has_birch_sap",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:fishermens_delight"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,70 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/wheat]": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / minecraft:small_flowers]": {
"conditions": {
"items": [
{
"tag": "minecraft:small_flowers"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_egg": {
"conditions": {
"items": [
{
"items": [
"minecraft:egg"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_flower_cake": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:flower_cake"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:flower_cake"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_flower_cake",
"has_TagKey[minecraft:item / forge:crops/wheat]",
"has_egg",
"has_TagKey[minecraft:item / minecraft:small_flowers]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:flower_cake"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,72 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / minecraft:small_flowers]": {
"conditions": {
"items": [
{
"tag": "minecraft:small_flowers"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fresh_salad": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fresh_salad"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_moss_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:moss_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:fresh_salad"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_fresh_salad",
"has_bowl",
"has_moss_block",
"has_TagKey[minecraft:item / minecraft:small_flowers]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:fresh_salad"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_drumstick": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:drumstick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fried_chicken_combo": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fried_chicken_combo"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fries": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fries"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:fried_chicken_combo"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_fried_chicken_combo",
"has_fries",
"has_drumstick",
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:fried_chicken_combo"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,70 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:crops/wheat]": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fried_pumpkin_cake": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fried_pumpkin_cake"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_pumpkin": {
"conditions": {
"items": [
{
"items": [
"minecraft:pumpkin"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:fried_pumpkin_cake"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_fried_pumpkin_cake",
"has_TagKey[minecraft:item / forge:crops/wheat]",
"has_pumpkin",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:fried_pumpkin_cake"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,70 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fries": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fries"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_potato": {
"conditions": {
"items": [
{
"items": [
"minecraft:potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:fries"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_fries",
"has_potato",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_TagKey[minecraft:item / forge:salt]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:fries"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / kitchenkarrot:fruits]": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:fruits"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fruit_cereal_porridge": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:fruit_cereal_porridge"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_grilled_wheatmeal": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:grilled_wheatmeal"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:fruit_cereal_porridge"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_fruit_cereal_porridge",
"has_bowl",
"has_grilled_wheatmeal",
"has_TagKey[minecraft:item / forge:milk]",
"has_TagKey[minecraft:item / kitchenkarrot:fruits]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:fruit_cereal_porridge"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cheese_slice": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:cheese_slice"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gold_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:gold_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:golden_cheese"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cheese_slice",
"has_gold_nugget",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:golden_cheese"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,81 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cactus": {
"conditions": {
"items": [
{
"items": [
"minecraft:cactus"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fish": {
"conditions": {
"items": [
{
"tag": "forge:food/cooked_fish"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_grilled_fish_and_cactus": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:grilled_fish_and_cactus"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_salt": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_spices": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:grass_spices"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:grilled_fish_and_cactus"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_grilled_fish_and_cactus",
"has_cactus",
"has_fish",
"has_spices",
"has_salt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:grilled_fish_and_cactus"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,79 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:dusts/redstone]": {
"conditions": {
"items": [
{
"tag": "forge:dusts/redstone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / kitchenkarrot:fire_charges]": {
"conditions": {
"items": [
{
"tag": "kitchenkarrot:fire_charges"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_hi_nrg_brulee": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:hi_nrg_brulee"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:hi_nrg_brulee"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_hi_nrg_brulee",
"has_TagKey[minecraft:item / forge:milk]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_TagKey[minecraft:item / forge:dusts/redstone]",
"has_TagKey[minecraft:item / kitchenkarrot:fire_charges]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:hi_nrg_brulee"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_honey_bottle": {
"conditions": {
"items": [
{
"items": [
"minecraft:honey_bottle"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_honey_brulee": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:honey_brulee"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:honey_brulee"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_honey_brulee",
"has_TagKey[minecraft:item / forge:milk]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_sugar",
"has_honey_bottle",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:honey_brulee"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_ice_cubes": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:ice_cubes"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_snowball": {
"conditions": {
"items": [
{
"items": [
"minecraft:snowball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:ice_cubes"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_water": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:water"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_ice_cubes",
"has_snowball",
"has_water",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:ice_cubes"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dried_kelp": {
"conditions": {
"items": [
{
"items": [
"minecraft:dried_kelp"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_kelp_with_sunflower_seed": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:kelp_with_sunflower_seed"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sunflower": {
"conditions": {
"items": [
{
"items": [
"minecraft:sunflower"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:kelp_with_sunflower_seed"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_kelp_with_sunflower_seed",
"has_dried_kelp",
"has_sunflower",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:kelp_with_sunflower_seed"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_lava_brulee": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:lava_brulee"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_lava_bucket": {
"conditions": {
"items": [
{
"items": [
"minecraft:lava_bucket"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_magma_cream": {
"conditions": {
"items": [
{
"items": [
"minecraft:magma_cream"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:lava_brulee"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lava_brulee",
"has_lava_bucket",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_sugar",
"has_magma_cream",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:lava_brulee"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,70 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / minecraft:leaves]": {
"conditions": {
"items": [
{
"tag": "minecraft:leaves"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cocoa_beans": {
"conditions": {
"items": [
{
"items": [
"minecraft:cocoa_beans"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leafy_fresh_chocolate": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:leafy_fresh_chocolate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:leafy_fresh_chocolate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_leafy_fresh_chocolate",
"has_cocoa_beans",
"has_TagKey[minecraft:item / forge:milk]",
"has_TagKey[minecraft:item / minecraft:leaves]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:leafy_fresh_chocolate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,124 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:mushrooms]": {
"conditions": {
"items": [
{
"tag": "forge:mushrooms"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_azalea": {
"conditions": {
"items": [
{
"items": [
"minecraft:azalea"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_azalea_leaves": {
"conditions": {
"items": [
{
"items": [
"minecraft:azalea_leaves"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_flowering_azalea": {
"conditions": {
"items": [
{
"items": [
"minecraft:flowering_azalea"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_flowering_azalea_leaves": {
"conditions": {
"items": [
{
"items": [
"minecraft:flowering_azalea_leaves"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_glow_berries": {
"conditions": {
"items": [
{
"items": [
"minecraft:glow_berries"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_lush_salad": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:lush_salad"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:lush_salad"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lush_salad",
"has_TagKey[minecraft:item / forge:mushrooms]",
"has_bowl",
"has_glow_berries",
"has_azalea",
"has_azalea_leaves",
"has_flowering_azalea",
"has_flowering_azalea_leaves",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:lush_salad"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_milk": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:milk"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_milk_bucket": {
"conditions": {
"items": [
{
"items": [
"minecraft:milk_bucket"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:milk"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_milk",
"has_milk_bucket",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:milk"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,72 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:nuts/acorn]": {
"conditions": {
"items": [
{
"tag": "forge:nuts/acorn"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_mixed_nuts_mooncake": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:mixed_nuts_mooncake"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:mixed_nuts_mooncake"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"items": [
"minecraft:wheat"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_mixed_nuts_mooncake",
"has_wheat",
"has_TagKey[minecraft:item / forge:nuts/acorn]",
"has_birch_sap",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:mixed_nuts_mooncake"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,70 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cheese": {
"conditions": {
"items": [
{
"tag": "forge:cheese"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_monster_lasagna": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:monster_lasagna"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_rotten_flesh": {
"conditions": {
"items": [
{
"items": [
"minecraft:rotten_flesh"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:monster_lasagna"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_monster_lasagna",
"has_cheese",
"has_rotten_flesh",
"has_wheat",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:monster_lasagna"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooked_mutton]": {
"conditions": {
"items": [
{
"tag": "forge:cooked_mutton"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_moss_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:moss_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_moss_fried_lamb_cutlets": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:moss_fried_lamb_cutlets"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:moss_fried_lamb_cutlets"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_moss_fried_lamb_cutlets",
"has_moss_block",
"has_TagKey[minecraft:item / forge:salt]",
"has_carrot_spices",
"has_TagKey[minecraft:item / forge:cooked_mutton]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:moss_fried_lamb_cutlets"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_mushroom_stem": {
"conditions": {
"items": [
{
"items": [
"minecraft:mushroom_stem"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_phantom_membrane": {
"conditions": {
"items": [
{
"items": [
"minecraft:phantom_membrane"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_phantom_stew": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:phantom_stew"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:phantom_stew"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_phantom_stew",
"has_mushroom_stem",
"has_carrot_spices",
"has_phantom_membrane",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:phantom_stew"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,59 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_pickled_sea_pickles": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:pickled_sea_pickles"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sea_pickle": {
"conditions": {
"items": [
{
"items": [
"minecraft:sea_pickle"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:pickled_sea_pickles"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pickled_sea_pickles",
"has_sea_pickle",
"has_TagKey[minecraft:item / forge:salt]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:pickled_sea_pickles"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,68 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:nuts/acorn]": {
"conditions": {
"items": [
{
"tag": "forge:nuts/acorn"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_popacorn": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:popacorn"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:popacorn"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_popacorn",
"has_TagKey[minecraft:item / forge:nuts/acorn]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_TagKey[minecraft:item / forge:salt]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:popacorn"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:raw_beef]": {
"conditions": {
"items": [
{
"tag": "forge:raw_beef"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_big_dripleaf": {
"conditions": {
"items": [
{
"items": [
"minecraft:big_dripleaf"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_raw_beef_in_dripleaf": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:raw_beef_in_dripleaf"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:raw_beef_in_dripleaf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_raw_beef_in_dripleaf",
"has_big_dripleaf",
"has_TagKey[minecraft:item / forge:raw_beef]",
"has_TagKey[minecraft:item / forge:salt]",
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:raw_beef_in_dripleaf"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_pumpkin": {
"conditions": {
"items": [
{
"items": [
"minecraft:pumpkin"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_raw_vegan_beef": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:raw_vegan_beef"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:raw_vegan_beef"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_raw_vegan_beef",
"has_pumpkin",
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:raw_vegan_beef"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gem_carrot": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:gem_carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_raw_vegan_mutton": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:raw_vegan_mutton"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:raw_vegan_mutton"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_raw_vegan_mutton",
"has_gem_carrot",
"has_birch_sap",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:raw_vegan_mutton"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,57 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:mushrooms]": {
"conditions": {
"items": [
{
"tag": "forge:mushrooms"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_raw_vegan_pork": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:raw_vegan_pork"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:raw_vegan_pork"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_raw_vegan_pork",
"has_TagKey[minecraft:item / forge:mushrooms]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:raw_vegan_pork"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,59 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/rice]": {
"conditions": {
"items": [
{
"tag": "forge:crops/rice"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_rice_cake": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:rice_cake"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:rice_cake"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_rice_cake",
"has_TagKey[minecraft:item / forge:crops/rice]",
"has_sugar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:rice_cake"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,46 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:food/raw_fish]": {
"conditions": {
"items": [
{
"tag": "forge:food/raw_fish"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sashimi": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:sashimi"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:sashimi"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sashimi",
"has_TagKey[minecraft:item / forge:food/raw_fish]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:sashimi"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,57 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/wheat]": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:seeds]": {
"conditions": {
"items": [
{
"tag": "forge:seeds"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_seed_pie": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:seed_pie"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:seed_pie"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_seed_pie",
"has_TagKey[minecraft:item / forge:seeds]",
"has_TagKey[minecraft:item / forge:crops/wheat]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:seed_pie"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,120 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_copper_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:copper_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_diamond": {
"conditions": {
"items": [
{
"tag": "forge:gems/diamond"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_emerald": {
"conditions": {
"items": [
{
"items": [
"minecraft:emerald"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gold_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:gold_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_iron_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_redstone": {
"conditions": {
"items": [
{
"tag": "forge:dusts/redstone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_shiny_pizza": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:shiny_pizza"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:shiny_pizza"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_shiny_pizza",
"has_emerald",
"has_copper_ingot",
"has_iron_ingot",
"has_gold_ingot",
"has_redstone",
"has_diamond",
"has_wheat",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:shiny_pizza"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,92 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:cooked_beef]": {
"conditions": {
"items": [
{
"tag": "forge:cooked_beef"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:cooking_oil]": {
"conditions": {
"items": [
{
"tag": "forge:cooking_oil"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:crops/nether_wart]": {
"conditions": {
"items": [
{
"tag": "forge:crops/nether_wart"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sirloin_steak": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:sirloin_steak"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:sirloin_steak"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sirloin_steak",
"has_TagKey[minecraft:item / forge:cooked_beef]",
"has_TagKey[minecraft:item / forge:crops/nether_wart]",
"has_TagKey[minecraft:item / forge:cooking_oil]",
"has_TagKey[minecraft:item / forge:salt]",
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:sirloin_steak"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,96 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bone_meal": {
"conditions": {
"items": [
{
"items": [
"minecraft:bone_meal"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_ice_cubes": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:ice_cubes"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"conditions": {
"items": [
{
"tag": "forge:slimeballs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_mousse": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:slime_mousse"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:slime_mousse"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_wheat": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_slime_mousse",
"has_bone_meal",
"has_sugar",
"has_ice_cubes",
"has_wheat",
"has_slime_ball",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:slime_mousse"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_ice_cubes": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:ice_cubes"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_soothing_tea": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:soothing_tea"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_spore_blossom": {
"conditions": {
"items": [
{
"items": [
"minecraft:spore_blossom"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:soothing_tea"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_water": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:water"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_soothing_tea",
"has_spore_blossom",
"has_ice_cubes",
"has_water",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:soothing_tea"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cheese_wheel": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:cheese_wheel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_poppy": {
"conditions": {
"items": [
{
"items": [
"minecraft:poppy"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_salt": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stone_shore_quiche": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:stone_shore_quiche"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:stone_shore_quiche"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_turtle_egg": {
"conditions": {
"items": [
{
"items": [
"minecraft:turtle_egg"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_stone_shore_quiche",
"has_turtle_egg",
"has_cheese_wheel",
"has_poppy",
"has_salt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:stone_shore_quiche"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,72 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sweet_berries": {
"conditions": {
"items": [
{
"items": [
"minecraft:sweet_berries"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sweet_berry_milk": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:sweet_berry_milk"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:sweet_berry_milk"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sweet_berry_milk",
"has_TagKey[minecraft:item / forge:milk]",
"has_sweet_berries",
"has_sugar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:sweet_berry_milk"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,83 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:crops/wheat]": {
"conditions": {
"items": [
{
"tag": "forge:crops/wheat"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sugar": {
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sweet_berries": {
"conditions": {
"items": [
{
"items": [
"minecraft:sweet_berries"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sweet_berry_tart": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:sweet_berry_tart"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:sweet_berry_tart"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sweet_berry_tart",
"has_TagKey[minecraft:item / forge:crops/wheat]",
"has_sweet_berries",
"has_TagKey[minecraft:item / forge:milk]",
"has_sugar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:sweet_berry_tart"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,68 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:bread]": {
"conditions": {
"items": [
{
"tag": "forge:bread"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:eggs]": {
"conditions": {
"items": [
{
"tag": "forge:eggs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_TagKey[minecraft:item / forge:salt]": {
"conditions": {
"items": [
{
"tag": "forge:salt"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sweet_roll": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:sweet_roll"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:sweet_roll"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sweet_roll",
"has_TagKey[minecraft:item / forge:bread]",
"has_TagKey[minecraft:item / forge:salt]",
"has_TagKey[minecraft:item / forge:eggs]",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:sweet_roll"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cactus": {
"conditions": {
"items": [
{
"items": [
"minecraft:cactus"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_kelp": {
"conditions": {
"items": [
{
"items": [
"minecraft:kelp"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:travelers_salad"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_travelers_salad": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:travelers_salad"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_travelers_salad",
"has_bowl",
"has_cactus",
"has_kelp",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:travelers_salad"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,85 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_TagKey[minecraft:item / forge:milk]": {
"conditions": {
"items": [
{
"tag": "forge:milk"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_grilled_wheatmeal": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:grilled_wheatmeal"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_nether_star": {
"conditions": {
"items": [
{
"items": [
"minecraft:nether_star"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:ultra_super_delicious_cereal_porridge"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_ultra_super_delicious_cereal_porridge": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:ultra_super_delicious_cereal_porridge"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_ultra_super_delicious_cereal_porridge",
"has_bowl",
"has_grilled_wheatmeal",
"has_TagKey[minecraft:item / forge:milk]",
"has_nether_star",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:ultra_super_delicious_cereal_porridge"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,87 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_baked_potato": {
"conditions": {
"items": [
{
"items": [
"minecraft:baked_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bowl": {
"conditions": {
"items": [
{
"items": [
"minecraft:bowl"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_milk": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:milk"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:woodland_tater_puree"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_woodland_tater_puree": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:woodland_tater_puree"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_woodland_tater_puree",
"has_baked_potato",
"has_milk",
"has_birch_sap",
"has_bowl",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:woodland_tater_puree"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,46 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acorn": {
"conditions": {
"items": [
{
"tag": "forge:nuts/acorn"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_sapling": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_sapling"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:acorn"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_acorn",
"has_oak_sapling",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:acorn"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,33 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acorn_oil": {
"conditions": {
"items": [
{
"tag": "forge:nuts/acorn"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:acorn_oil"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_acorn_oil",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:acorn_oil"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acorn_wine": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:acorn_wine"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_acorn_wine_base": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:acorn_wine_base"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:acorn_wine_base"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_acorn_wine_base",
"has_acorn_wine",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:acorn_wine_base"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_air_compressor": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:air_compressor"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_blue_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:blue_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_heavy_weighted_pressure_plate": {
"conditions": {
"items": [
{
"items": [
"minecraft:heavy_weighted_pressure_plate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_minecart": {
"conditions": {
"items": [
{
"items": [
"minecraft:minecart"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:air_compressor"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_air_compressor",
"has_blue_dye",
"has_minecart",
"has_heavy_weighted_pressure_plate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:air_compressor"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bacon_wrapped_potato": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:bacon_wrapped_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:bacon_wrapped_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bacon_wrapped_potato",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:bacon_wrapped_potato"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_potato": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:bamboo_potato"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:bamboo_potato"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bamboo_potato",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:bamboo_potato"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beetroot_crepe": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:beetroot_crepe"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:beetroot_crepe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_beetroot_crepe",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:beetroot_crepe"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beetroot_salad": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:beetroot_salad"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:beetroot_salad"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_beetroot_salad",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:beetroot_salad"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_sap": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:birch_sap"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_birch_sap",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:birch_sap"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_sap_chocolate_bar": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:birch_sap_chocolate_bar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:birch_sap_chocolate_bar"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_birch_sap_chocolate_bar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:birch_sap_chocolate_bar"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_barrel": {
"conditions": {
"items": [
{
"items": [
"minecraft:barrel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_brewing_barrel": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:brewing_barrel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_copper_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:copper_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:brewing_barrel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_brewing_barrel",
"has_barrel",
"has_copper_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:brewing_barrel"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_and_carrot": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_and_carrot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_and_carrot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_and_carrot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_and_carrot"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_spices_from_carrot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_spices_from_carrot"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_spices": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_spices"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_spices_from_gem_carrot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_spices",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_spices_from_gem_carrot"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_carrot_tart": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:carrot_tart"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:carrot_tart"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_carrot_tart",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:carrot_tart"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chinese_crepe": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chinese_crepe"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chinese_crepe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chinese_crepe",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chinese_crepe"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chocolate_croissant": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chocolate_croissant"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chocolate_croissant"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chocolate_croissant",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chocolate_croissant"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chorus_mousse": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chorus_mousse"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chorus_mousse"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chorus_mousse",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chorus_mousse"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chorus_oil": {
"conditions": {
"items": [
{
"items": [
"kitchenkarrot:chorus_oil"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "kitchenkarrot:chorus_oil"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chorus_oil",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"kitchenkarrot:chorus_oil"
]
},
"sends_telemetry_event": false
}

Some files were not shown because too many files have changed in this diff Show More