From bca6a74e9a17e04de419743850f66af96a6473cc Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Thu, 11 Jan 2024 23:11:27 +0100 Subject: Move default emc values to JSON files in datapack --- .../eris_alchemy/block_tag_emcs/minecraft.json | 5 + .../eris_alchemy/fake_recipes/fake_recipes.json5 | 562 +++++++++++++++++++++ .../eris_alchemy/item_emcs/minecraft.json | 307 +++++++++++ .../eris_alchemy/item_emcs/patchouli.json | 3 + .../eris_alchemy/item_tag_emcs/minecraft.json | 20 + 5 files changed, 897 insertions(+) create mode 100644 src/main/resources/data/eris_alchemy/eris_alchemy/block_tag_emcs/minecraft.json create 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/item_emcs/minecraft.json create mode 100644 src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/patchouli.json create mode 100644 src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/minecraft.json (limited to 'src/main/resources/data') diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/block_tag_emcs/minecraft.json b/src/main/resources/data/eris_alchemy/eris_alchemy/block_tag_emcs/minecraft.json new file mode 100644 index 0000000..c271159 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/block_tag_emcs/minecraft.json @@ -0,0 +1,5 @@ +{ + "minecraft:base_stone_nether": 1, + "minecraft:base_stone_overworld": 1, + "minecraft:nylium": 1 +} \ No newline at end of file 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 new file mode 100644 index 0000000..4511005 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 @@ -0,0 +1,562 @@ +[{ + // 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 + "output": "carved_pumpkin", + "remainder": { + "item": "pumpkin_seeds", + "count": 4 + }, + "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/item_emcs/minecraft.json b/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/minecraft.json new file mode 100644 index 0000000..d4066ce --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/minecraft.json @@ -0,0 +1,307 @@ +{ + "minecraft:air": null, + "minecraft:allay_spawn_egg": null, + "minecraft:amethyst_cluster": null, + "minecraft:amethyst_shard": 1024, + "minecraft:ancient_debris": null, + "minecraft:apple": 128, + "minecraft:axolotl_spawn_egg": null, + "minecraft:bamboo": 2, + "minecraft:barrier": null, + "minecraft:bat_spawn_egg": null, + "minecraft:bedrock": null, + "minecraft:bee_spawn_egg": null, + "minecraft:beef": 64, + "minecraft:beetroot": 24, + "minecraft:beetroot_seeds": 16, + "minecraft:big_dripleaf": 1, + "minecraft:black_dye": 8, + "minecraft:blaze_rod": 1536, + "minecraft:blaze_spawn_egg": null, + "minecraft:blue_dye": 8, + "minecraft:bone": 96, + "minecraft:brain_coral": 1.0, + "minecraft:brain_coral_block": 1.0, + "minecraft:brain_coral_fan": 1.0, + "minecraft:brown_dye": 8, + "minecraft:brown_mushroom": 32, + "minecraft:brown_mushroom_block": null, + "minecraft:bubble_coral": 1.0, + "minecraft:bubble_coral_block": 1.0, + "minecraft:bubble_coral_fan": 1.0, + "minecraft:budding_amethyst": null, + "minecraft:bundle": null, + "minecraft:cactus": 8, + "minecraft:calcite": 1, + "minecraft:camel_spawn_egg": null, + "minecraft:carrot": 24, + "minecraft:cat_spawn_egg": null, + "minecraft:cave_spider_spawn_egg": null, + "minecraft:chain_command_block": null, + "minecraft:chicken": 64, + "minecraft:chicken_spawn_egg": null, + "minecraft:chorus_flower": 32, + "minecraft:chorus_fruit": 32, + "minecraft:chorus_plant": 24, + "minecraft:clay_ball": 64, + "minecraft:coal": 128, + "minecraft:cobbled_deepslate": 1, + "minecraft:cobblestone": 1, + "minecraft:cobweb": 12, + "minecraft:cocoa_beans": 8, + "minecraft:cod_spawn_egg": null, + "minecraft:command_block": null, + "minecraft:command_block_minecart": null, + "minecraft:copper_ingot": 85, + "minecraft:cow_spawn_egg": null, + "minecraft:creeper_head": 34816, + "minecraft:creeper_spawn_egg": null, + "minecraft:crimson_fungus": 24, + "minecraft:crimson_roots": 1, + "minecraft:crying_obsidian": 64, + "minecraft:cyan_dye": 8, + "minecraft:dead_brain_coral": 1.0, + "minecraft:dead_brain_coral_block": 1.0, + "minecraft:dead_brain_coral_fan": 1.0, + "minecraft:dead_bubble_coral": 1.0, + "minecraft:dead_bubble_coral_block": 1.0, + "minecraft:dead_bubble_coral_fan": 1.0, + "minecraft:dead_bush": 1, + "minecraft:dead_fire_coral": 1.0, + "minecraft:dead_fire_coral_block": 1.0, + "minecraft:dead_fire_coral_fan": 1.0, + "minecraft:dead_horn_coral": 1.0, + "minecraft:dead_horn_coral_block": 1.0, + "minecraft:dead_horn_coral_fan": 1.0, + "minecraft:dead_tube_coral": 1.0, + "minecraft:dead_tube_coral_block": 1.0, + "minecraft:dead_tube_coral_fan": 1.0, + "minecraft:debug_stick": null, + "minecraft:diamond": 8192, + "minecraft:dirt_path": 1, + "minecraft:dolphin_spawn_egg": null, + "minecraft:donkey_spawn_egg": null, + "minecraft:dragon_breath": 34816, + "minecraft:dragon_egg": 139264, + "minecraft:dragon_head": 34816, + "minecraft:drowned_spawn_egg": null, + "minecraft:echo_shard": 128, + "minecraft:egg": 32, + "minecraft:elder_guardian_spawn_egg": null, + "minecraft:elytra": 8196, + "minecraft:emerald": 1024, + "minecraft:enchanted_book": null, + "minecraft:end_portal_frame": null, + "minecraft:end_stone": 1, + "minecraft:ender_dragon_spawn_egg": null, + "minecraft:ender_pearl": 1024, + "minecraft:enderman_spawn_egg": null, + "minecraft:endermite_spawn_egg": null, + "minecraft:evoker_spawn_egg": null, + "minecraft:experience_bottle": null, + "minecraft:farmland": null, + "minecraft:feather": 48, + "minecraft:fern": 1, + "minecraft:fire_coral": 1.0, + "minecraft:fire_coral_block": 1.0, + "minecraft:fire_coral_fan": 1.0, + "minecraft:firework_star": null, + "minecraft:flint": 4, + "minecraft:fox_spawn_egg": null, + "minecraft:frog_spawn_egg": null, + "minecraft:frogspawn": null, + "minecraft:ghast_spawn_egg": null, + "minecraft:ghast_tear": 4096, + "minecraft:glow_berries": 8, + "minecraft:glow_lichen": 8, + "minecraft:glow_squid_spawn_egg": null, + "minecraft:glowstone_dust": 384, + "minecraft:goat_horn": 32, + "minecraft:goat_spawn_egg": null, + "minecraft:gold_ingot": 2048, + "minecraft:gold_nugget": 227.556, + "minecraft:grass": 1, + "minecraft:gravel": 4, + "minecraft:gray_dye": 8, + "minecraft:green_dye": 8, + "minecraft:guardian_spawn_egg": null, + "minecraft:gunpowder": 192, + "minecraft:hanging_roots": 1, + "minecraft:heart_of_the_sea": 4096, + "minecraft:hoglin_spawn_egg": null, + "minecraft:honeycomb": 24, + "minecraft:horn_coral": 1.0, + "minecraft:horn_coral_block": 1.0, + "minecraft:horn_coral_fan": 1.0, + "minecraft:horse_spawn_egg": null, + "minecraft:husk_spawn_egg": null, + "minecraft:ice": 1, + "minecraft:infested_chiseled_stone_bricks": null, + "minecraft:infested_cobblestone": null, + "minecraft:infested_cracked_stone_bricks": null, + "minecraft:infested_deepslate": null, + "minecraft:infested_mossy_stone_bricks": null, + "minecraft:infested_stone": null, + "minecraft:infested_stone_bricks": null, + "minecraft:ink_sac": 8, + "minecraft:iron_golem_spawn_egg": null, + "minecraft:iron_ingot": 256, + "minecraft:iron_nugget": 28.4444, + "minecraft:jigsaw": null, + "minecraft:kelp": 32, + "minecraft:knowledge_book": null, + "minecraft:lapis_lazuli": 864, + "minecraft:large_amethyst_bud": null, + "minecraft:large_fern": 1, + "minecraft:leather": 64, + "minecraft:light": null, + "minecraft:light_blue_dye": 8, + "minecraft:light_gray_dye": 8, + "minecraft:lily_pad": 16, + "minecraft:lime_dye": 8, + "minecraft:lingering_potion": null, + "minecraft:llama_spawn_egg": null, + "minecraft:magenta_dye": 8, + "minecraft:magma_cube_spawn_egg": null, + "minecraft:mangrove_roots": 1, + "minecraft:medium_amethyst_bud": null, + "minecraft:melon_slice": 144, + "minecraft:mooshroom_spawn_egg": null, + "minecraft:mud": 1, + "minecraft:mule_spawn_egg": null, + "minecraft:mushroom_stem": null, + "minecraft:mutton": 64, + "minecraft:name_tag": null, + "minecraft:nautilus_shell": 64, + "minecraft:nether_quartz_ore": null, + "minecraft:nether_sprouts": 1, + "minecraft:nether_star": 139264, + "minecraft:nether_wart": 24, + "minecraft:netherite_scrap": 16384, + "minecraft:obsidian": 64, + "minecraft:ocelot_spawn_egg": null, + "minecraft:orange_dye": 8, + "minecraft:panda_spawn_egg": null, + "minecraft:parrot_spawn_egg": null, + "minecraft:phantom_membrane": 96, + "minecraft:phantom_spawn_egg": null, + "minecraft:pig_spawn_egg": null, + "minecraft:piglin_brute_spawn_egg": null, + "minecraft:piglin_head": 34816, + "minecraft:piglin_spawn_egg": null, + "minecraft:pillager_spawn_egg": null, + "minecraft:pink_dye": 8, + "minecraft:pitcher_pod": 8, + "minecraft:player_head": 34816, + "minecraft:pointed_dripstone": 0.25, + "minecraft:polar_bear_spawn_egg": null, + "minecraft:porkchop": 64, + "minecraft:potato": 24, + "minecraft:potion": null, + "minecraft:prismarine_crystals": 384, + "minecraft:prismarine_shard": 0.25, + "minecraft:pufferfish_spawn_egg": null, + "minecraft:pumpkin": 144, + "minecraft:purple_dye": 8, + "minecraft:quartz": 64, + "minecraft:rabbit": 64, + "minecraft:rabbit_hide": 64, + "minecraft:rabbit_spawn_egg": null, + "minecraft:ravager_spawn_egg": null, + "minecraft:raw_copper": null, + "minecraft:raw_copper_block": null, + "minecraft:raw_gold": null, + "minecraft:raw_gold_block": null, + "minecraft:raw_iron": null, + "minecraft:raw_iron_block": null, + "minecraft:red_dye": 8, + "minecraft:red_mushroom": 32, + "minecraft:red_mushroom_block": null, + "minecraft:redstone": 64, + "minecraft:reinforced_deepslate": null, + "minecraft:repeating_command_block": null, + "minecraft:rotten_flesh": 24, + "minecraft:saddle": 192, + "minecraft:salmon_spawn_egg": null, + "minecraft:sculk": 1, + "minecraft:sculk_catalyst": 16, + "minecraft:sculk_sensor": 32, + "minecraft:sculk_shrieker": 16, + "minecraft:sculk_vein": 1, + "minecraft:scute": 32, + "minecraft:sea_pickle": 1, + "minecraft:seagrass": 1, + "minecraft:sheep_spawn_egg": null, + "minecraft:shulker_shell": 256, + "minecraft:shulker_spawn_egg": null, + "minecraft:silverfish_spawn_egg": null, + "minecraft:skeleton_horse_spawn_egg": null, + "minecraft:skeleton_skull": 34816, + "minecraft:skeleton_spawn_egg": null, + "minecraft:slime_ball": 24, + "minecraft:slime_spawn_egg": null, + "minecraft:small_amethyst_bud": null, + "minecraft:small_dripleaf": 1, + "minecraft:sniffer_egg": 32, + "minecraft:sniffer_spawn_egg": null, + "minecraft:snow_golem_spawn_egg": null, + "minecraft:snowball": 1, + "minecraft:soul_sand": 49, + "minecraft:soul_soil": 49, + "minecraft:spawner": null, + "minecraft:spider_eye": 128, + "minecraft:spider_spawn_egg": null, + "minecraft:splash_potion": null, + "minecraft:sponge": 48, + "minecraft:spore_blossom": 1, + "minecraft:squid_spawn_egg": null, + "minecraft:stick": 4, + "minecraft:stray_spawn_egg": null, + "minecraft:strider_spawn_egg": null, + "minecraft:string": 12, + "minecraft:structure_block": null, + "minecraft:structure_void": null, + "minecraft:sugar_cane": 32, + "minecraft:suspicious_gravel": 4, + "minecraft:sweet_berries": 8, + "minecraft:tadpole_spawn_egg": null, + "minecraft:tall_grass": 1, + "minecraft:tipped_arrow": null, + "minecraft:torchflower_seeds": 8, + "minecraft:totem_of_undying": 4096, + "minecraft:trader_llama_spawn_egg": null, + "minecraft:tropical_fish_spawn_egg": null, + "minecraft:tube_coral": 1.0, + "minecraft:tube_coral_block": 1.0, + "minecraft:tube_coral_fan": 1.0, + "minecraft:turtle_egg": 32, + "minecraft:turtle_spawn_egg": null, + "minecraft:twisting_vines": 8, + "minecraft:vex_spawn_egg": null, + "minecraft:villager_spawn_egg": null, + "minecraft:vindicator_spawn_egg": null, + "minecraft:vine": 8, + "minecraft:wandering_trader_spawn_egg": null, + "minecraft:warden_spawn_egg": null, + "minecraft:warped_fungus": 24, + "minecraft:warped_roots": 1, + "minecraft:warped_wart_block": 1, + "minecraft:weeping_vines": 8, + "minecraft:wet_sponge": 48, + "minecraft:wheat": 24, + "minecraft:wheat_seeds": 16, + "minecraft:white_dye": 8, + "minecraft:witch_spawn_egg": null, + "minecraft:wither_skeleton_skull": 34816, + "minecraft:wither_skeleton_spawn_egg": null, + "minecraft:wither_spawn_egg": null, + "minecraft:wolf_spawn_egg": null, + "minecraft:written_book": null, + "minecraft:yellow_dye": 8, + "minecraft:zoglin_spawn_egg": null, + "minecraft:zombie_head": 34816, + "minecraft:zombie_horse_spawn_egg": null, + "minecraft:zombie_spawn_egg": null, + "minecraft:zombie_villager_spawn_egg": null, + "minecraft:zombified_piglin_spawn_egg": null +} \ No newline at end of file diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/patchouli.json b/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/patchouli.json new file mode 100644 index 0000000..6940bdf --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/patchouli.json @@ -0,0 +1,3 @@ +{ + "patchouli:guide_book": null +} \ No newline at end of file diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/minecraft.json b/src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/minecraft.json new file mode 100644 index 0000000..70e4803 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/minecraft.json @@ -0,0 +1,20 @@ +{ + "minecraft:coal_ores": null, + "minecraft:copper_ores": null, + "minecraft:decorated_pot_sherds": 64, + "minecraft:diamond_ores": null, + "minecraft:dirt": 1, + "minecraft:music_discs": 4096, + "minecraft:emerald_ores": null, + "minecraft:fishes": 64, + "minecraft:flowers": 16, + "minecraft:gold_ores": null, + "minecraft:iron_ores": null, + "minecraft:lapis_ores": null, + "minecraft:leaves": 1, + "minecraft:logs": 32, + "minecraft:redstone_ores": null, + "minecraft:sand": 1, + "minecraft:saplings": 32, + "minecraft:wool": 48 +} \ No newline at end of file -- cgit v1.2.3