From 8eebcd0c3d744d105a171dd3fb625e41ee42d6c7 Mon Sep 17 00:00:00 2001 From: CandyCaneCazoo <58153713+Axelph237@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:19:04 -0700 Subject: [PATCH] Added Recipes --- .../assets/chocolate_vanilla/icon.png | Bin 453 -> 261 bytes .../recipes/apple_pie.json | 18 +++++++++++ .../recipes/beef_stroganoff.json | 30 ++++++++++++++++++ .../recipes/beetroot_seed_cake.json | 27 ++++++++++++++++ .../braised_bamboo_from_campfire_cooking.json | 8 +++++ .../recipes/braised_bamboo_from_smelting.json | 8 +++++ .../recipes/braised_bamboo_from_smoking.json | 8 +++++ .../recipes/candied_petals.json | 26 +++++++++++++++ .../recipes/carrot_cake.json | 21 ++++++++++++ .../recipes/chicken_sandwich.json | 15 +++++++++ .../recipes/chocolate_icecream_bucket.json | 18 +++++++++++ .../recipes/chocolate_milk.json | 18 +++++++++++ .../recipes/chorus_juice.json | 18 +++++++++++ .../recipes/dragon_spirit.json | 18 +++++++++++ .../recipes/enchantea.json | 18 +++++++++++ .../recipes/fish_sandwich.json | 15 +++++++++ .../fried_egg_from_campfire_cooking.json | 8 +++++ .../recipes/fried_egg_from_smelting.json | 8 +++++ .../recipes/fried_egg_from_smoking.json | 8 +++++ .../fried_membrane_from_campfire_cooking.json | 8 +++++ .../recipes/fried_membrane_from_smelting.json | 8 +++++ .../recipes/fried_membrane_from_smoking.json | 8 +++++ .../recipes/glow_berry_pie.json | 18 +++++++++++ .../recipes/glow_squid_ink_pasta.json | 21 ++++++++++++ ...rilled_beetroot_from_campfire_cooking.json | 8 +++++ .../grilled_beetroot_from_smelting.json | 8 +++++ .../grilled_beetroot_from_smoking.json | 8 +++++ .../recipes/honey_sandwich.json | 15 +++++++++ .../recipes/hot_chocolate.json | 8 +++++ .../recipes/jam_sandwich.json | 18 +++++++++++ .../recipes/jellied_ender_eye.json | 15 +++++++++ .../recipes/pufferfish_stew.json | 21 ++++++++++++ ...ted_melon_seeds_from_campfire_cooking.json | 8 +++++ .../roasted_melon_seeds_from_smelting.json | 8 +++++ .../roasted_melon_seeds_from_smoking.json | 8 +++++ ...d_pumpkin_seeds_from_campfire_cooking.json | 8 +++++ .../roasted_pumpkin_seeds_from_smelting.json | 8 +++++ .../roasted_pumpkin_seeds_from_smoking.json | 8 +++++ .../recipes/rose_tea.json | 15 +++++++++ .../recipes/scalding_stew.json | 27 ++++++++++++++++ .../recipes/spikd_berry_tea.json | 24 ++++++++++++++ .../recipes/squid_ink_pasta.json | 21 ++++++++++++ .../data.chocolate_vanilla/recipes/sushi.json | 18 +++++++++++ .../recipes/sweet_berry_pie.json | 18 +++++++++++ .../recipes/watermelon_juice.json | 15 +++++++++ .../recipes/wither_rose_tea.json | 15 +++++++++ 46 files changed, 655 insertions(+) create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/apple_pie.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/beef_stroganoff.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/beetroot_seed_cake.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_campfire_cooking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smelting.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smoking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/candied_petals.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/carrot_cake.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/chicken_sandwich.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/chocolate_icecream_bucket.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/chocolate_milk.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/chorus_juice.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/dragon_spirit.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/enchantea.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fish_sandwich.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_campfire_cooking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smelting.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smoking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_campfire_cooking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smelting.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smoking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/glow_berry_pie.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/glow_squid_ink_pasta.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_campfire_cooking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smelting.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smoking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/honey_sandwich.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/hot_chocolate.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/jam_sandwich.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/jellied_ender_eye.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/pufferfish_stew.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_campfire_cooking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smelting.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smoking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_campfire_cooking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smelting.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smoking.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/rose_tea.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/scalding_stew.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/spikd_berry_tea.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/squid_ink_pasta.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/sushi.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/sweet_berry_pie.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/watermelon_juice.json create mode 100644 src/main/resources/data.chocolate_vanilla/recipes/wither_rose_tea.json diff --git a/src/main/resources/assets/chocolate_vanilla/icon.png b/src/main/resources/assets/chocolate_vanilla/icon.png index 047b91f2347de5cf95f23284476fddbe21ba23fe..8401328ec75af8c605291a70d44eea862f2edb4b 100644 GIT binary patch literal 261 zcmV+g0s8)lP)8nMOD17Y@x&Qj9 z+W!w9)BlfGGssquW|-|TKF9#9hQOSStm*1}Z!mv%+WN(381=I{O6r>p=9AKJ27{&+N zj)Xy)K`sGlwkR?Ndjn^h02u&_8Cd#2wt%1k=&pikgaMENR7v&#rSw7N3kQ{+00000 LNkvXXu0mjf!e(Mx literal 453 zcmV;$0XqJPP)QAFYGys`80vegN0XDFh0OXKz&i8?Le#x7{1X)R+00000NkvXXu0mjf73i~T diff --git a/src/main/resources/data.chocolate_vanilla/recipes/apple_pie.json b/src/main/resources/data.chocolate_vanilla/recipes/apple_pie.json new file mode 100644 index 0000000..5feadcb --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/apple_pie.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:apple" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + } + ], + "result": { + "item": "chocolate_vanilla:apple_pie", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/beef_stroganoff.json b/src/main/resources/data.chocolate_vanilla/recipes/beef_stroganoff.json new file mode 100644 index 0000000..8524faf --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/beef_stroganoff.json @@ -0,0 +1,30 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:cooked_beef" + }, + { + "item": "minecraft:wheat" + }, + { + "item": "minecraft:egg" + }, + { + "item": "minecraft:milk_bucket" + }, + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:bowl" + } + ], + "result": { + "item": "chocolate_vanilla:beef_stroganoff", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/beetroot_seed_cake.json b/src/main/resources/data.chocolate_vanilla/recipes/beetroot_seed_cake.json new file mode 100644 index 0000000..75b6831 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/beetroot_seed_cake.json @@ -0,0 +1,27 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:beetroot" + }, + { + "item": "minecraft:pumpkin_seeds" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + }, + { + "item": "minecraft:sunflower" + }, + { + "item": "minecraft:poppy" + } + ], + "result": { + "item": "chocolate_vanilla:beetroot_seed_cake", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_campfire_cooking.json b/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_campfire_cooking.json new file mode 100644 index 0000000..d225171 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_campfire_cooking.json @@ -0,0 +1,8 @@ +{ + "type": "campfire_cooking", + "ingredient":{ + "item": "minecraft:bamboo" + }, + "result": "chocolate_vanilla:braised_bamboo", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smelting.json b/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smelting.json new file mode 100644 index 0000000..0643a65 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "minecraft:bamboo" + }, + "result": "chocolate_vanilla:braised_bamboo", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smoking.json b/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smoking.json new file mode 100644 index 0000000..2d8b299 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/braised_bamboo_from_smoking.json @@ -0,0 +1,8 @@ +{ + "type": "smoking", + "ingredient":{ + "item": "minecraft:bamboo" + }, + "result": "chocolate_vanilla:braised_bamboo", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/candied_petals.json b/src/main/resources/data.chocolate_vanilla/recipes/candied_petals.json new file mode 100644 index 0000000..fcfa763 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/candied_petals.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:sugar" + }, + [ + { + "item": "minecraft:red_tulip" + }, + { + "item": "minecraft:orange_tulip" + }, + { + "item": "minecraft:pink_tulip" + }, + { + "item": "minecraft:white_tulip" + } + ] + ], + "result": { + "item": "chocolate_vanilla:candied_petals", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/carrot_cake.json b/src/main/resources/data.chocolate_vanilla/recipes/carrot_cake.json new file mode 100644 index 0000000..2d72cfa --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/carrot_cake.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:carrot" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + }, + { + "item": "minecraft:wheat" + } + ], + "result": { + "item": "chocolate_vanilla:carrot_cake", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/chicken_sandwich.json b/src/main/resources/data.chocolate_vanilla/recipes/chicken_sandwich.json new file mode 100644 index 0000000..a9d285c --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/chicken_sandwich.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:bread" + }, + { + "item": "minecraft:cooked_chicken" + } + ], + "result": { + "item": "chocolate_vanilla:chicken_sandwich", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/chocolate_icecream_bucket.json b/src/main/resources/data.chocolate_vanilla/recipes/chocolate_icecream_bucket.json new file mode 100644 index 0000000..5ba2b1c --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/chocolate_icecream_bucket.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "chocolate_vanilla:chocolate_milk" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:powder_snow_bucket" + } + ], + "result": { + "item": "chocolate_vanilla:chocolate_icecream_bucket", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/chocolate_milk.json b/src/main/resources/data.chocolate_vanilla/recipes/chocolate_milk.json new file mode 100644 index 0000000..b2e2804 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/chocolate_milk.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:cocoa_beans" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:milk_bucket" + } + ], + "result": { + "item": "chocolate_vanilla:chocolate_milk", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/chorus_juice.json b/src/main/resources/data.chocolate_vanilla/recipes/chorus_juice.json new file mode 100644 index 0000000..0f389cf --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/chorus_juice.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:chorus_fruit" + }, + { + "item": "minecraft:potion" + }, + { + "item": "minecraft:sugar" + } + ], + "result": { + "item": "chocolate_vanilla:chorus_juice", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/dragon_spirit.json b/src/main/resources/data.chocolate_vanilla/recipes/dragon_spirit.json new file mode 100644 index 0000000..9d242ac --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/dragon_spirit.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dragon_breath" + }, + { + "item": "minecraft:blaze_powder" + }, + { + "item": "minecraft:wither_rose" + } + ], + "result": { + "item": "chocolate_vanilla:dragon_spirit", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/enchantea.json b/src/main/resources/data.chocolate_vanilla/recipes/enchantea.json new file mode 100644 index 0000000..43c96d8 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/enchantea.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:experience_bottle" + }, + { + "item": "minecraft:rose_bush" + }, + { + "item": "minecraft:sugar" + } + ], + "result": { + "item": "chocolate_vanilla:enchantea", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fish_sandwich.json b/src/main/resources/data.chocolate_vanilla/recipes/fish_sandwich.json new file mode 100644 index 0000000..61a77e7 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fish_sandwich.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:bread" + }, + { + "item": "minecraft:cooked_cod" + } + ], + "result": { + "item": "chocolate_vanilla:fish_sandwich", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_campfire_cooking.json b/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_campfire_cooking.json new file mode 100644 index 0000000..ec9637a --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_campfire_cooking.json @@ -0,0 +1,8 @@ +{ + "type": "campfire_cooking", + "ingredient":{ + "item": "minecraft:egg" + }, + "result": "chocolate_vanilla:fried_egg", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smelting.json b/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smelting.json new file mode 100644 index 0000000..322cdff --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "minecraft:egg" + }, + "result": "chocolate_vanilla:fried_egg", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smoking.json b/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smoking.json new file mode 100644 index 0000000..7fe7776 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fried_egg_from_smoking.json @@ -0,0 +1,8 @@ +{ + "type": "smoking", + "ingredient":{ + "item": "minecraft:egg" + }, + "result": "chocolate_vanilla:fried_egg", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_campfire_cooking.json b/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_campfire_cooking.json new file mode 100644 index 0000000..8939672 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_campfire_cooking.json @@ -0,0 +1,8 @@ +{ + "type": "campfire_cooking", + "ingredient":{ + "item": "minecraft:phantom_membrane" + }, + "result": "chocolate_vanilla:fried_membrane", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smelting.json b/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smelting.json new file mode 100644 index 0000000..00418de --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "minecraft:phantom_membrane" + }, + "result": "chocolate_vanilla:fried_membrane", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smoking.json b/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smoking.json new file mode 100644 index 0000000..f2887f4 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/fried_membrane_from_smoking.json @@ -0,0 +1,8 @@ +{ + "type": "smoking", + "ingredient":{ + "item": "minecraft:phantom_membrane" + }, + "result": "chocolate_vanilla:fried_membrane", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/glow_berry_pie.json b/src/main/resources/data.chocolate_vanilla/recipes/glow_berry_pie.json new file mode 100644 index 0000000..29d4514 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/glow_berry_pie.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:glow_berries" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + } + ], + "result": { + "item": "chocolate_vanilla:glow_berry_pie", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/glow_squid_ink_pasta.json b/src/main/resources/data.chocolate_vanilla/recipes/glow_squid_ink_pasta.json new file mode 100644 index 0000000..748b366 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/glow_squid_ink_pasta.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:wheat" + }, + { + "item": "minecraft:glow_ink_sac" + }, + { + "item": "minecraft:egg" + }, + { + "item": "minecraft:bowl" + } + ], + "result": { + "item": "chocolate_vanilla:glow_squid_ink_pasta", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_campfire_cooking.json b/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_campfire_cooking.json new file mode 100644 index 0000000..f3c9b4e --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_campfire_cooking.json @@ -0,0 +1,8 @@ +{ + "type": "campfire_cooking", + "ingredient":{ + "item": "minecraft:beetroot" + }, + "result": "chocolate_vanilla:grilled_beetroot", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smelting.json b/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smelting.json new file mode 100644 index 0000000..6708343 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "minecraft:beetroot" + }, + "result": "chocolate_vanilla:grilled_beetroot", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smoking.json b/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smoking.json new file mode 100644 index 0000000..2c3e958 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/grilled_beetroot_from_smoking.json @@ -0,0 +1,8 @@ +{ + "type": "smoking", + "ingredient":{ + "item": "minecraft:beetroot" + }, + "result": "chocolate_vanilla:grilled_beetroot", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/honey_sandwich.json b/src/main/resources/data.chocolate_vanilla/recipes/honey_sandwich.json new file mode 100644 index 0000000..e880610 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/honey_sandwich.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:bread" + }, + { + "item": "minecraft:honey" + } + ], + "result": { + "item": "chocolate_vanilla:honey_sandwich", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/hot_chocolate.json b/src/main/resources/data.chocolate_vanilla/recipes/hot_chocolate.json new file mode 100644 index 0000000..ff3fa15 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/hot_chocolate.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "chocolate_vanilla:chocolate_milk" + }, + "result": "chocolate_vanilla:hot_chocolate", + "experience": 0.35 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/jam_sandwich.json b/src/main/resources/data.chocolate_vanilla/recipes/jam_sandwich.json new file mode 100644 index 0000000..2becc17 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/jam_sandwich.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:bread" + }, + { + "item": "minecraft:sweet_berries" + }, + { + "item": "minecraft:sugar" + } + ], + "result": { + "item": "chocolate_vanilla:jam_sandwich", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/jellied_ender_eye.json b/src/main/resources/data.chocolate_vanilla/recipes/jellied_ender_eye.json new file mode 100644 index 0000000..7a46568 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/jellied_ender_eye.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:ender_eye" + }, + { + "item": "minecraft:sugar" + } + ], + "result": { + "item": "chocolate_vanilla:jellied_ender_eye", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/pufferfish_stew.json b/src/main/resources/data.chocolate_vanilla/recipes/pufferfish_stew.json new file mode 100644 index 0000000..05a911e --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/pufferfish_stew.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:pufferfish" + }, + { + "item": "minecraft:bowl" + }, + { + "item": "minecraft:bamboo" + }, + { + "item": "minecraft:dried_kelp" + } + ], + "result": { + "item": "chocolate_vanilla:pufferfish_stew", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_campfire_cooking.json b/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_campfire_cooking.json new file mode 100644 index 0000000..0432713 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_campfire_cooking.json @@ -0,0 +1,8 @@ +{ + "type": "campfire_cooking", + "ingredient":{ + "item": "minecraft:melon_seeds" + }, + "result": "chocolate_vanilla:roasted_melon_seeds", + "experience": 0.15 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smelting.json b/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smelting.json new file mode 100644 index 0000000..801b8c6 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "minecraft:melon_seeds" + }, + "result": "chocolate_vanilla:roasted_melon_seeds", + "experience": 0.15 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smoking.json b/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smoking.json new file mode 100644 index 0000000..9d28cbc --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/roasted_melon_seeds_from_smoking.json @@ -0,0 +1,8 @@ +{ + "type": "smoking", + "ingredient":{ + "item": "minecraft:melon_seeds" + }, + "result": "chocolate_vanilla:roasted_melon_seeds", + "experience": 0.15 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_campfire_cooking.json b/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_campfire_cooking.json new file mode 100644 index 0000000..96c46ca --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_campfire_cooking.json @@ -0,0 +1,8 @@ +{ + "type": "campfire_cooking", + "ingredient":{ + "item": "minecraft:pumpkin_seeds" + }, + "result": "chocolate_vanilla:roasted_pumpkin_seeds", + "experience": 0.15 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smelting.json b/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smelting.json new file mode 100644 index 0000000..58ab7b9 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "smelting", + "ingredient":{ + "item": "minecraft:pumpkin_seeds" + }, + "result": "chocolate_vanilla:roasted_pumpkin_seeds", + "experience": 0.15 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smoking.json b/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smoking.json new file mode 100644 index 0000000..9700ac6 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/roasted_pumpkin_seeds_from_smoking.json @@ -0,0 +1,8 @@ +{ + "type": "smoking", + "ingredient":{ + "item": "minecraft:pumpkin_seeds" + }, + "result": "chocolate_vanilla:roasted_pumpkin_seeds", + "experience": 0.15 +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/rose_tea.json b/src/main/resources/data.chocolate_vanilla/recipes/rose_tea.json new file mode 100644 index 0000000..8783366 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/rose_tea.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:potion" + }, + { + "item": "minecraft:rose_bush" + } + ], + "result": { + "item": "chocolate_vanilla:rose_tea", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/scalding_stew.json b/src/main/resources/data.chocolate_vanilla/recipes/scalding_stew.json new file mode 100644 index 0000000..e6863af --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/scalding_stew.json @@ -0,0 +1,27 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:warped_fungus" + }, + { + "item": "minecraft:crimson_fungus" + }, + { + "item": "minecraft:red_mushroom" + }, + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:cooked_porkchop" + }, + { + "item": "minecraft:bowl" + } + ], + "result": { + "item": "chocolate_vanilla:scalding_stew", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/spikd_berry_tea.json b/src/main/resources/data.chocolate_vanilla/recipes/spikd_berry_tea.json new file mode 100644 index 0000000..26b9832 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/spikd_berry_tea.json @@ -0,0 +1,24 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:potion" + }, + { + "item": "minecraft:sweet_berries" + }, + { + "item": "minecraft:glow_berries" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:wither_rose" + } + ], + "result": { + "item": "chocolate_vanilla:spiked_berry_tea", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/squid_ink_pasta.json b/src/main/resources/data.chocolate_vanilla/recipes/squid_ink_pasta.json new file mode 100644 index 0000000..42f1826 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/squid_ink_pasta.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:wheat" + }, + { + "item": "minecraft:ink_sac" + }, + { + "item": "minecraft:egg" + }, + { + "item": "minecraft:bowl" + } + ], + "result": { + "item": "chocolate_vanilla:squid_ink_pasta", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/sushi.json b/src/main/resources/data.chocolate_vanilla/recipes/sushi.json new file mode 100644 index 0000000..f69e8a2 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/sushi.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:tropical_fish" + }, + { + "item": "minecraft:salmon" + }, + { + "item": "minecraft:dried_kelp" + } + ], + "result": { + "item": "chocolate_vanilla:sushi", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/sweet_berry_pie.json b/src/main/resources/data.chocolate_vanilla/recipes/sweet_berry_pie.json new file mode 100644 index 0000000..34ede00 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/sweet_berry_pie.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:sweet_berries" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + } + ], + "result": { + "item": "chocolate_vanilla:sweet_berry_pie", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/watermelon_juice.json b/src/main/resources/data.chocolate_vanilla/recipes/watermelon_juice.json new file mode 100644 index 0000000..defd910 --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/watermelon_juice.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:melon_slice" + }, + { + "item": "minecraft:potion" + } + ], + "result": { + "item": "chocolate_vanilla:watermelon_juice", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data.chocolate_vanilla/recipes/wither_rose_tea.json b/src/main/resources/data.chocolate_vanilla/recipes/wither_rose_tea.json new file mode 100644 index 0000000..eb6f33c --- /dev/null +++ b/src/main/resources/data.chocolate_vanilla/recipes/wither_rose_tea.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:potion" + }, + { + "item": "minecraft:wither_rose" + } + ], + "result": { + "item": "chocolate_vanilla:wither_rose_tea", + "count": 1 + } +} \ No newline at end of file