From 501ae45380720fa9ebbc65b58d7cf7e1fd2a7fa0 Mon Sep 17 00:00:00 2001 From: Uko Koknevics Date: Sun, 3 Nov 2024 22:12:23 +0200 Subject: Rename the minecraft fake recipes file properly. --- .../eris_alchemy/fake_recipes/fake_recipes.json5 | 563 --------------------- .../eris_alchemy/fake_recipes/minecraft.json5 | 563 +++++++++++++++++++++ 2 files changed, 563 insertions(+), 563 deletions(-) delete mode 100644 src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 create mode 100644 src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/minecraft.json5 diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 deleted file mode 100644 index 0422360..0000000 --- a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 +++ /dev/null @@ -1,563 +0,0 @@ -[{ - // More oxidised coppers are worth less - "output": { - "item": "exposed_copper", - "count": 4 - }, - "input": { - "item": "copper_block", - "count": 3 - } -}, { - "output": { - "item": "weathered_copper", - "count": 4 - }, - "input": { - "item": "copper_block", - "count": 2 - } -}, { - "output": { - "item": "oxidized_copper", - "count": 4 - }, - "input": { - "item": "copper_block", - "count": 1 - } -}, { - // More oxidised coppers are worth less also if they're waxed - "output": { - "item": "waxed_exposed_copper", - "count": 4 - }, - "input": { - "item": "waxed_copper_block", - "count": 3 - } -}, { - "output": { - "item": "waxed_weathered_copper", - "count": 4 - }, - "input": { - "item": "waxed_copper_block", - "count": 2 - } -}, { - "output": { - "item": "waxed_oxidized_copper", - "count": 4 - }, - "input": { - "item": "waxed_copper_block", - "count": 1 - } -}, { - // More damaged anvils are worth less - "output": { - "item": "chipped_anvil", - "count": 3 - }, - "input": { - "item": "anvil", - "count": 2 - } -}, { - "output": { - "item": "damaged_anvil", - "count": 3 - }, - "input": { - "item": "anvil", - "count": 1 - } -}, { - // Old oak slabs are the same value as modern ones - "output": "petrified_oak_slab", - "input": "oak_slab" -}, { - // Chainmail armour is worth the same as normal iron armor - "output": "chainmail_helmet", - "input": "iron_helmet" -}, { - "output": "chainmail_chestplate", - "input": "iron_chestplate" -}, { - "output": "chainmail_leggings", - "input": "iron_leggings" -}, { - "output": "chainmail_boots", - "input": "iron_boots" -}, { - // Enchanted golden apple is worth uhh 16 times the non-enchanted one :3 - "output": "enchanted_golden_apple", - "input": { - "item": "golden_apple", - "count": 16 - } -}, { - // Carving a pumpkin with shears, - // but one seed gets lost bcs otherwise this makes carved pumpkins be worth 0 lol - "output": "carved_pumpkin", - "remainder": { - "item": "pumpkin_seeds", - "count": 3 - }, - "input": "pumpkin" -}, { - // Gathering honey - "output": "honey_bottle", - "input": [ - "honeycomb", - "glass_bottle" - ] -}, { - // Smithing template duplication recipes but -1 template on both sides - "output": "coast_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "cobblestone" - ] -}, { - "output": "dune_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "sandstone" - ] -}, { - "output": "eye_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "end_stone" - ] -}, { - "output": "host_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "terracotta" - ] -}, { - "output": "netherite_upgrade_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "netherrack" - ] -}, { - "output": "raiser_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "terracotta" - ] -}, { - "output": "rib_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "netherrack" - ] -}, { - "output": "sentry_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "cobblestone" - ] -}, { - "output": "shaper_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "terracotta" - ] -}, { - "output": "silence_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "cobbled_deepslate" - ] -}, { - "output": "snout_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "blackstone" - ] -}, { - "output": "spire_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "purpur_block" - ] -}, { - "output": "tide_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "prismarine" - ] -}, { - "output": "vex_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "cobblestone" - ] -}, { - "output": "ward_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "cobbled_deepslate" - ] -}, { - "output": "wayfinder_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "terracotta" - ] -}, { - "output": "wild_armor_trim_smithing_template", - "input": [ - { - "item": "diamond", - "count": 7 - }, - "mossy_cobblestone" - ] -}, { - "output": "water_bucket", - "input": [ - "bucket", - "stone" // Pretend this is water - ] -}, { - "output": "lava_bucket", - "input": [ - "bucket", - "obsidian" // Pretend this is lava - ] -}, { - "output": "powder_snow_bucket", - "input": [ - "bucket", - "snow" - ] -}, { - "output": "milk_bucket", - "input": [ - "bucket", - "wheat" // Pretend this is milk - ] -}, { - "output": "cod_bucket", - "input": [ - "cod", - "bucket" - ] -}, { - "output": "pufferfish_bucket", - "input": [ - "pufferfish", - "bucket" - ] -}, { - "output": "salmon_bucket", - "input": [ - "salmon", - "bucket" - ] -}, { - "output": "tropical_fish_bucket", - "input": [ - "tropical_fish", - "bucket" - ] -}, { - "output": "axolotl_bucket", - "input": "tropical_fish_bucket" -}, { - "output": "tadpole_bucket", - "input": "axolotl_bucket" -}, { - // disc value is the canon - "output": { - "item": "disc_fragment_5", - "count": 9 - }, - "input": "music_disc_5" -}, { - "output": "glow_ink_sac", - "input": { - "item": "ink_sac", - "count": 4 - } -}, { - "output": "filled_map", - "input": "map" -}, { - "output": { - "item": "poisonous_potato", - "count": 2 - }, - "input": "potato" -}, { - "output": "rabbit_foot", - "input": { - "item": "rabbit", - "count": 8 - } -}, { - // leather horse armor takes same amount of leather as leather leggings - // so we do a similar exchange for iron, gold, & diamond - "output": "iron_horse_armor", - "input": "iron_leggings" -}, { - "output": "golden_horse_armor", - "input": "golden_leggings" -}, { - "output": "diamond_horse_armor", - "input": "diamond_leggings" -}, { - "output": { - "item": "trident", - "count": 2 - }, - "input": { - "item": "iron_sword", - "count": 3 - } -}, { - "output": "suspicious_stew", - "input": [ - "bowl", - "brown_mushroom", - "red_mushroom", - "poppy" - ] -}, { - "output": "globe_banner_pattern", - "input": "creeper_banner_pattern" -}, { - "output": "piglin_banner_pattern", - "input": "creeper_banner_pattern" -}, { - "output": "bell", - "input": "spyglass" -}, { - "output": "shroomlight", - "input": "glowstone" -}, { - "output": "bee_nest", - "input": { - "item": "honeycomb", - "count": 9 - } -}, { - "output": "gilded_blackstone", - "input": [ - "blackstone", - { - "item": "gold_nugget", - "count": 4 - } - ] -}, { - "output": "ochre_froglight", - "input": "magma_cream" -}, { - "output": "pearlescent_froglight", - "input": "magma_cream" -}, { - "output": "verdant_froglight", - "input": "magma_cream" -}, { - "output": "black_concrete", - "input": "black_concrete_powder" -}, { - "output": "blue_concrete", - "input": "blue_concrete_powder" -}, { - "output": "brown_concrete", - "input": "brown_concrete_powder" -}, { - "output": "cyan_concrete", - "input": "cyan_concrete_powder" -}, { - "output": "gray_concrete", - "input": "gray_concrete_powder" -}, { - "output": "green_concrete", - "input": "green_concrete_powder" -}, { - "output": "light_blue_concrete", - "input": "light_blue_concrete_powder" -}, { - "output": "light_gray_concrete", - "input": "light_gray_concrete_powder" -}, { - "output": "lime_concrete", - "input": "lime_concrete_powder" -}, { - "output": "magenta_concrete", - "input": "magenta_concrete_powder" -}, { - "output": "orange_concrete", - "input": "orange_concrete_powder" -}, { - "output": "pink_concrete", - "input": "pink_concrete_powder" -}, { - "output": "purple_concrete", - "input": "purple_concrete_powder" -}, { - "output": "red_concrete", - "input": "red_concrete_powder" -}, { - "output": "white_concrete", - "input": "white_concrete_powder" -}, { - "output": "yellow_concrete", - "input": "yellow_concrete_powder" -}, { - "output": "black_shulker_box", - "input": [ - "shulker_box", - "black_dye" - ] -}, { - "output": "blue_shulker_box", - "input": [ - "shulker_box", - "blue_dye" - ] -}, { - "output": "brown_shulker_box", - "input": [ - "shulker_box", - "brown_dye" - ] -}, { - "output": "cyan_shulker_box", - "input": [ - "shulker_box", - "cyan_dye" - ] -}, { - "output": "gray_shulker_box", - "input": [ - "shulker_box", - "gray_dye" - ] -}, { - "output": "green_shulker_box", - "input": [ - "shulker_box", - "green_dye" - ] -}, { - "output": "light_blue_shulker_box", - "input": [ - "shulker_box", - "light_blue_dye" - ] -}, { - "output": "light_gray_shulker_box", - "input": [ - "shulker_box", - "light_gray_dye" - ] -}, { - "output": "lime_shulker_box", - "input": [ - "shulker_box", - "lime_dye" - ] -}, { - "output": "magenta_shulker_box", - "input": [ - "shulker_box", - "magenta_dye" - ] -}, { - "output": "orange_shulker_box", - "input": [ - "shulker_box", - "orange_dye" - ] -}, { - "output": "pink_shulker_box", - "input": [ - "shulker_box", - "pink_dye" - ] -}, { - "output": "purple_shulker_box", - "input": [ - "shulker_box", - "purple_dye" - ] -}, { - "output": "red_shulker_box", - "input": [ - "shulker_box", - "red_dye" - ] -}, { - "output": "white_shulker_box", - "input": [ - "shulker_box", - "white_dye" - ] -}, { - "output": "yellow_shulker_box", - "input": [ - "shulker_box", - "yellow_dye" - ] -}, { - "output": "stripped_bamboo_block", - "input": "bamboo_block" -}] \ No newline at end of file diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/minecraft.json5 b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/minecraft.json5 new file mode 100644 index 0000000..0422360 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/minecraft.json5 @@ -0,0 +1,563 @@ +[{ + // More oxidised coppers are worth less + "output": { + "item": "exposed_copper", + "count": 4 + }, + "input": { + "item": "copper_block", + "count": 3 + } +}, { + "output": { + "item": "weathered_copper", + "count": 4 + }, + "input": { + "item": "copper_block", + "count": 2 + } +}, { + "output": { + "item": "oxidized_copper", + "count": 4 + }, + "input": { + "item": "copper_block", + "count": 1 + } +}, { + // More oxidised coppers are worth less also if they're waxed + "output": { + "item": "waxed_exposed_copper", + "count": 4 + }, + "input": { + "item": "waxed_copper_block", + "count": 3 + } +}, { + "output": { + "item": "waxed_weathered_copper", + "count": 4 + }, + "input": { + "item": "waxed_copper_block", + "count": 2 + } +}, { + "output": { + "item": "waxed_oxidized_copper", + "count": 4 + }, + "input": { + "item": "waxed_copper_block", + "count": 1 + } +}, { + // More damaged anvils are worth less + "output": { + "item": "chipped_anvil", + "count": 3 + }, + "input": { + "item": "anvil", + "count": 2 + } +}, { + "output": { + "item": "damaged_anvil", + "count": 3 + }, + "input": { + "item": "anvil", + "count": 1 + } +}, { + // Old oak slabs are the same value as modern ones + "output": "petrified_oak_slab", + "input": "oak_slab" +}, { + // Chainmail armour is worth the same as normal iron armor + "output": "chainmail_helmet", + "input": "iron_helmet" +}, { + "output": "chainmail_chestplate", + "input": "iron_chestplate" +}, { + "output": "chainmail_leggings", + "input": "iron_leggings" +}, { + "output": "chainmail_boots", + "input": "iron_boots" +}, { + // Enchanted golden apple is worth uhh 16 times the non-enchanted one :3 + "output": "enchanted_golden_apple", + "input": { + "item": "golden_apple", + "count": 16 + } +}, { + // Carving a pumpkin with shears, + // but one seed gets lost bcs otherwise this makes carved pumpkins be worth 0 lol + "output": "carved_pumpkin", + "remainder": { + "item": "pumpkin_seeds", + "count": 3 + }, + "input": "pumpkin" +}, { + // Gathering honey + "output": "honey_bottle", + "input": [ + "honeycomb", + "glass_bottle" + ] +}, { + // Smithing template duplication recipes but -1 template on both sides + "output": "coast_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "cobblestone" + ] +}, { + "output": "dune_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "sandstone" + ] +}, { + "output": "eye_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "end_stone" + ] +}, { + "output": "host_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "terracotta" + ] +}, { + "output": "netherite_upgrade_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "netherrack" + ] +}, { + "output": "raiser_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "terracotta" + ] +}, { + "output": "rib_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "netherrack" + ] +}, { + "output": "sentry_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "cobblestone" + ] +}, { + "output": "shaper_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "terracotta" + ] +}, { + "output": "silence_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "cobbled_deepslate" + ] +}, { + "output": "snout_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "blackstone" + ] +}, { + "output": "spire_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "purpur_block" + ] +}, { + "output": "tide_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "prismarine" + ] +}, { + "output": "vex_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "cobblestone" + ] +}, { + "output": "ward_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "cobbled_deepslate" + ] +}, { + "output": "wayfinder_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "terracotta" + ] +}, { + "output": "wild_armor_trim_smithing_template", + "input": [ + { + "item": "diamond", + "count": 7 + }, + "mossy_cobblestone" + ] +}, { + "output": "water_bucket", + "input": [ + "bucket", + "stone" // Pretend this is water + ] +}, { + "output": "lava_bucket", + "input": [ + "bucket", + "obsidian" // Pretend this is lava + ] +}, { + "output": "powder_snow_bucket", + "input": [ + "bucket", + "snow" + ] +}, { + "output": "milk_bucket", + "input": [ + "bucket", + "wheat" // Pretend this is milk + ] +}, { + "output": "cod_bucket", + "input": [ + "cod", + "bucket" + ] +}, { + "output": "pufferfish_bucket", + "input": [ + "pufferfish", + "bucket" + ] +}, { + "output": "salmon_bucket", + "input": [ + "salmon", + "bucket" + ] +}, { + "output": "tropical_fish_bucket", + "input": [ + "tropical_fish", + "bucket" + ] +}, { + "output": "axolotl_bucket", + "input": "tropical_fish_bucket" +}, { + "output": "tadpole_bucket", + "input": "axolotl_bucket" +}, { + // disc value is the canon + "output": { + "item": "disc_fragment_5", + "count": 9 + }, + "input": "music_disc_5" +}, { + "output": "glow_ink_sac", + "input": { + "item": "ink_sac", + "count": 4 + } +}, { + "output": "filled_map", + "input": "map" +}, { + "output": { + "item": "poisonous_potato", + "count": 2 + }, + "input": "potato" +}, { + "output": "rabbit_foot", + "input": { + "item": "rabbit", + "count": 8 + } +}, { + // leather horse armor takes same amount of leather as leather leggings + // so we do a similar exchange for iron, gold, & diamond + "output": "iron_horse_armor", + "input": "iron_leggings" +}, { + "output": "golden_horse_armor", + "input": "golden_leggings" +}, { + "output": "diamond_horse_armor", + "input": "diamond_leggings" +}, { + "output": { + "item": "trident", + "count": 2 + }, + "input": { + "item": "iron_sword", + "count": 3 + } +}, { + "output": "suspicious_stew", + "input": [ + "bowl", + "brown_mushroom", + "red_mushroom", + "poppy" + ] +}, { + "output": "globe_banner_pattern", + "input": "creeper_banner_pattern" +}, { + "output": "piglin_banner_pattern", + "input": "creeper_banner_pattern" +}, { + "output": "bell", + "input": "spyglass" +}, { + "output": "shroomlight", + "input": "glowstone" +}, { + "output": "bee_nest", + "input": { + "item": "honeycomb", + "count": 9 + } +}, { + "output": "gilded_blackstone", + "input": [ + "blackstone", + { + "item": "gold_nugget", + "count": 4 + } + ] +}, { + "output": "ochre_froglight", + "input": "magma_cream" +}, { + "output": "pearlescent_froglight", + "input": "magma_cream" +}, { + "output": "verdant_froglight", + "input": "magma_cream" +}, { + "output": "black_concrete", + "input": "black_concrete_powder" +}, { + "output": "blue_concrete", + "input": "blue_concrete_powder" +}, { + "output": "brown_concrete", + "input": "brown_concrete_powder" +}, { + "output": "cyan_concrete", + "input": "cyan_concrete_powder" +}, { + "output": "gray_concrete", + "input": "gray_concrete_powder" +}, { + "output": "green_concrete", + "input": "green_concrete_powder" +}, { + "output": "light_blue_concrete", + "input": "light_blue_concrete_powder" +}, { + "output": "light_gray_concrete", + "input": "light_gray_concrete_powder" +}, { + "output": "lime_concrete", + "input": "lime_concrete_powder" +}, { + "output": "magenta_concrete", + "input": "magenta_concrete_powder" +}, { + "output": "orange_concrete", + "input": "orange_concrete_powder" +}, { + "output": "pink_concrete", + "input": "pink_concrete_powder" +}, { + "output": "purple_concrete", + "input": "purple_concrete_powder" +}, { + "output": "red_concrete", + "input": "red_concrete_powder" +}, { + "output": "white_concrete", + "input": "white_concrete_powder" +}, { + "output": "yellow_concrete", + "input": "yellow_concrete_powder" +}, { + "output": "black_shulker_box", + "input": [ + "shulker_box", + "black_dye" + ] +}, { + "output": "blue_shulker_box", + "input": [ + "shulker_box", + "blue_dye" + ] +}, { + "output": "brown_shulker_box", + "input": [ + "shulker_box", + "brown_dye" + ] +}, { + "output": "cyan_shulker_box", + "input": [ + "shulker_box", + "cyan_dye" + ] +}, { + "output": "gray_shulker_box", + "input": [ + "shulker_box", + "gray_dye" + ] +}, { + "output": "green_shulker_box", + "input": [ + "shulker_box", + "green_dye" + ] +}, { + "output": "light_blue_shulker_box", + "input": [ + "shulker_box", + "light_blue_dye" + ] +}, { + "output": "light_gray_shulker_box", + "input": [ + "shulker_box", + "light_gray_dye" + ] +}, { + "output": "lime_shulker_box", + "input": [ + "shulker_box", + "lime_dye" + ] +}, { + "output": "magenta_shulker_box", + "input": [ + "shulker_box", + "magenta_dye" + ] +}, { + "output": "orange_shulker_box", + "input": [ + "shulker_box", + "orange_dye" + ] +}, { + "output": "pink_shulker_box", + "input": [ + "shulker_box", + "pink_dye" + ] +}, { + "output": "purple_shulker_box", + "input": [ + "shulker_box", + "purple_dye" + ] +}, { + "output": "red_shulker_box", + "input": [ + "shulker_box", + "red_dye" + ] +}, { + "output": "white_shulker_box", + "input": [ + "shulker_box", + "white_dye" + ] +}, { + "output": "yellow_shulker_box", + "input": [ + "shulker_box", + "yellow_dye" + ] +}, { + "output": "stripped_bamboo_block", + "input": "bamboo_block" +}] \ No newline at end of file -- cgit v1.2.3