diff --git a/src/converter/RenameConverter.mjs b/src/converter/RenameConverter.mjs index 1982733..ceb8d61 100755 --- a/src/converter/RenameConverter.mjs +++ b/src/converter/RenameConverter.mjs @@ -1050,8 +1050,272 @@ class RenameConverter extends AbstractConverter { ["textures/block/stripped_mangrove_log.png", "textures/blocks/stripped_mangrove_log_side.png"], ["textures/block/cherry_log.png", "textures/blocks/cherry_log_side.png"], ["textures/block/stripped_cherry_log.png", "textures/blocks/stripped_cherry_log_side.png"], + + //deepslate + ["textures/blocks/chiseled_deepslate.png", "textures/blocks/deepslate/chiseled_deepslate.png"], + ["textures/blocks/cobbled_deepslate.png", "textures/blocks/deepslate/cobbled_deepslate.png"], + ["textures/blocks/cracked_deepslate_bricks.png", "textures/blocks/deepslate/cracked_deepslate_bricks.png"], + ["textures/blocks/cracked_deepslate_tiles.png", "textures/blocks/deepslate/cracked_deepslate_tiles.png"], + ["textures/blocks/deepslate.png", "textures/blocks/deepslate/deepslate.png"], + ["textures/blocks/deepslate_bricks.png", "textures/blocks/deepslate/deepslate_bricks.png"], + ["textures/blocks/deepslate_coal_ore.png", "textures/blocks/deepslate/deepslate_coal_ore.png"], + ["textures/blocks/deepslate_copper_ore.png", "textures/blocks/deepslate/deepslate_copper_ore.png"], + ["textures/blocks/deepslate_diamond_ore.png", "textures/blocks/deepslate/deepslate_diamond_ore.png"], + ["textures/blocks/deepslate_emerald_ore.png", "textures/blocks/deepslate/deepslate_emerald_ore.png"], + ["textures/blocks/deepslate_gold_ore.png", "textures/blocks/deepslate/deepslate_gold_ore.png"], + ["textures/blocks/deepslate_iron_ore.png", "textures/blocks/deepslate/deepslate_iron_ore.png"], + ["textures/blocks/deepslate_lapis_ore.png", "textures/blocks/deepslate/deepslate_lapis_ore.png"], + ["textures/blocks/deepslate_redstone_ore.png", "textures/blocks/deepslate/deepslate_redstone_ore.png"], + ["textures/blocks/deepslate_tiles.png", "textures/blocks/deepslate/deepslate_tiles.png"], + ["textures/blocks/deepslate_top.png", "textures/blocks/deepslate/deepslate_top.png"], + ["textures/blocks/polished_deepslate.png", "textures/blocks/deepslate/polished_deepslate.png"], + + //candles + ["textures/blocks/black_candle.png", "textures/blocks/candles/black_candle.png"], + ["textures/blocks/black_candle_lit.png", "textures/blocks/candles/black_candle_lit.png"], + ["textures/blocks/blue_candle.png", "textures/blocks/candles/blue_candle.png"], + ["textures/blocks/blue_candle_lit.png", "textures/blocks/candles/blue_candle_lit.png"], + ["textures/blocks/brown_candle.png", "textures/blocks/candles/brown_candle.png"], + ["textures/blocks/brown_candle_lit.png", "textures/blocks/candles/brown_candle_lit.png"], + ["textures/blocks/candle.png", "textures/blocks/candles/candle.png"], + ["textures/blocks/candle_lit.png", "textures/blocks/candles/candle_lit.png"], + ["textures/blocks/cyan_candle.png", "textures/blocks/candles/cyan_candle.png"], + ["textures/blocks/cyan_candle_lit.png", "textures/blocks/candles/cyan_candle_lit.png"], + ["textures/blocks/gray_candle.png", "textures/blocks/candles/gray_candle.png"], + ["textures/blocks/gray_candle_lit.png", "textures/blocks/candles/gray_candle_lit.png"], + ["textures/blocks/green_candle.png", "textures/blocks/candles/green_candle.png"], + ["textures/blocks/green_candle_lit.png", "textures/blocks/candles/green_candle_lit.png"], + ["textures/blocks/light_blue_candle.png", "textures/blocks/candles/light_blue_candle.png"], + ["textures/blocks/light_blue_candle_lit.png", "textures/blocks/candles/light_blue_candle_lit.png"], + ["textures/blocks/light_gray_candle.png", "textures/blocks/candles/light_gray_candle.png"], + ["textures/blocks/light_gray_candle_lit.png", "textures/blocks/candles/light_gray_candle_lit.png"], + ["textures/blocks/lime_candle.png", "textures/blocks/candles/lime_candle.png"], + ["textures/blocks/lime_candle_lit.png", "textures/blocks/candles/lime_candle_lit.png"], + ["textures/blocks/magenta_candle.png", "textures/blocks/candles/magenta_candle.png"], + ["textures/blocks/magenta_candle_lit.png", "textures/blocks/candles/magenta_candle_lit.png"], + ["textures/blocks/orange_candle.png", "textures/blocks/candles/orange_candle.png"], + ["textures/blocks/orange_candle_lit.png", "textures/blocks/candles/orange_candle_lit.png"], + ["textures/blocks/pink_candle.png", "textures/blocks/candles/pink_candle.png"], + ["textures/blocks/pink_candle_lit.png", "textures/blocks/candles/pink_candle_lit.png"], + ["textures/blocks/purple_candle.png", "textures/blocks/candles/purple_candle.png"], + ["textures/blocks/purple_candle_lit.png", "textures/blocks/candles/purple_candle_lit.png"], + ["textures/blocks/red_candle.png", "textures/blocks/candles/red_candle.png"], + ["textures/blocks/red_candle_lit.png", "textures/blocks/candles/red_candle_lit.png"], + ["textures/blocks/white_candle.png", "textures/blocks/candles/white_candle.png"], + ["textures/blocks/white_candle_lit.png", "textures/blocks/candles/white_candle_lit.png"], + ["textures/blocks/yellow_candle.png", "textures/blocks/candles/yellow_candle.png"], + ["textures/blocks/yellow_candle_lit.png", "textures/blocks/candles/yellow_candle_lit.png"], + + //decorated_pot + ["textures/entity/decorated_pot/angler_pottery_pattern.png", "textures/blocks/angler_pottery_pattern.png"], + ["textures/entity/decorated_pot/archer_pottery_pattern.png", "textures/blocks/archer_pottery_pattern.png"], + ["textures/entity/decorated_pot/arms_up_pottery_pattern.png", "textures/blocks/arms_up_pottery_pattern.png"], + ["textures/entity/decorated_pot/blade_pottery_pattern.png", "textures/blocks/blade_pottery_pattern.png"], + ["textures/entity/decorated_pot/brewer_pottery_pattern.png", "textures/blocks/brewer_pottery_pattern.png"], + ["textures/entity/decorated_pot/burn_pottery_pattern.png", "textures/blocks/burn_pottery_pattern.png"], + ["textures/entity/decorated_pot/danger_pottery_pattern.png", "textures/blocks/danger_pottery_pattern.png"], + ["textures/entity/decorated_pot/explorer_pottery_pattern.png", "textures/blocks/explorer_pottery_pattern.png"], + ["textures/entity/decorated_pot/flow_pottery_pattern.png", "textures/blocks/flow_pottery_pattern.png"], + ["textures/entity/decorated_pot/friend_pottery_pattern.png", "textures/blocks/friend_pottery_pattern.png"], + ["textures/entity/decorated_pot/guster_pottery_pattern.png", "textures/blocks/guster_pottery_pattern.png"], + ["textures/entity/decorated_pot/heartbreak_pottery_pattern.png", "textures/blocks/heartbreak_pottery_pattern.png"], + ["textures/entity/decorated_pot/heart_pottery_pattern.png", "textures/blocks/heart_pottery_pattern.png"], + ["textures/entity/decorated_pot/howl_pottery_pattern.png", "textures/blocks/howl_pottery_pattern.png"], + ["textures/entity/decorated_pot/miner_pottery_pattern.png", "textures/blocks/miner_pottery_pattern.png"], + ["textures/entity/decorated_pot/mourner_pottery_pattern.png", "textures/blocks/mourner_pottery_pattern.png"], + ["textures/entity/decorated_pot/plenty_pottery_pattern.png", "textures/blocks/plenty_pottery_pattern.png"], + ["textures/entity/decorated_pot/prize_pottery_pattern.png", "textures/blocks/prize_pottery_pattern.png"], + ["textures/entity/decorated_pot/scrape_pottery_pattern.png", "textures/blocks/scrape_pottery_pattern.png"], + ["textures/entity/decorated_pot/sheaf_pottery_pattern.png", "textures/blocks/sheaf_pottery_pattern.png"], + ["textures/entity/decorated_pot/shelter_pottery_pattern.png", "textures/blocks/shelter_pottery_pattern.png"], + ["textures/entity/decorated_pot/skull_pottery_pattern.png", "textures/blocks/skull_pottery_pattern.png"], + ["textures/entity/decorated_pot/snort_pottery_pattern.png", "textures/blocks/snort_pottery_pattern.png"], + + + // New blocks + ["textures/blocks/flowering_azalea_leaves.png", "textures/blocks/azalea_leaves_flowers.png"], + ["textures/blocks/big_dripleaf_side.png", "textures/blocks/big_dripleaf_side1.png"], + ["textures/blocks/big_dripleaf_tip.png", "textures/blocks/big_dripleaf_side2.png"], + ["textures/blocks/cave_vines.png", "textures/blocks/cave_vines_head.png"], + ["textures/blocks/cave_vines_lit.png", "textures/blocks/cave_vines_berries.png"], + ["textures/blocks/cave_vines_plant.png", "textures/blocks/cave_vines_body.png"], + ["textures/blocks/cave_vines_plant_lit.png", "textures/blocks/cave_vines_plant_berries.png"], + ["textures/blocks/closed_eyeblossom.png", "textures/blocks/eyeblossom_dormant.png"], + ["textures/blocks/creaking_heart_awake.png", "textures/blocks/creaking_heart_active.png"], + ["textures/blocks/creaking_heart_top_awake.png", "textures/blocks/creaking_heart_top_active.png"], + ["textures/blocks/open_eyeblossom.png", "textures/blocks/eyeblossom_stem_blooming.png"], + ["textures/blocks/open_eyeblossom_emissive.png", "textures/blocks/eyeblossom_eyes_blooming.png"], + ["textures/blocks/pale_hanging_moss.png", "textures/blocks/pale_hanging_moss_middle.png"], + ["textures/blocks/pale_moss_carpet_side_small.png", "textures/blocks/pale_moss_carpet_side_tip.png"], + ["textures/blocks/pale_moss_carpet_side_tall.png", "textures/blocks/pale_moss_carpet_side_base.png"], + ["textures/blocks/pale_oak_log.png", "textures/blocks/pale_oak_log_side.png"], + ["textures/blocks/stripped_pale_oak_log.png", "textures/blocks/stripped_pale_oak_log_side.png"], + ["textures/blocks/pointed_dripstone_down_tip_merge.png", "textures/blocks/pointed_dripstone_down_merge.png"], + ["textures/blocks/pointed_dripstone_up_tip_merge.png", "textures/blocks/pointed_dripstone_up_merge.png"], + ["textures/blocks/rooted_dirt.png", "textures/blocks/dirt_with_roots.png"], + ["textures/blocks/torchflower_crop_stage0.png", "textures/blocks/torchflower_crop_stage_0.png"], + ["textures/blocks/torchflower_crop_stage1.png", "textures/blocks/torchflower_crop_stage_1.png"], + + // New Items + ["textures/items/axolotl_bucket.png", "textures/items/bucket_axolotl.png"], + ["textures/items/glow_ink_sac.png", "textures/items/dye_powder_glow.png"], + ["textures/items/music_disc_5.png", "textures/items/record_5.png"], + ["textures/items/powder_snow_bucket.png", "textures/items/bucket_powder_snow.png"], + ["textures/items/tadpole_bucket.png", "textures/items/bucket_tadpole.png"], + + // Bundles + ["textures/items/black_bundle.png", "textures/items/bundle_black.png"], + ["textures/items/black_bundle_open_back.png", "textures/items/bundle_black_open_back.png"], + ["textures/items/black_bundle_open_front.png", "textures/items/bundle_black_open_front.png"], + ["textures/items/blue_bundle.png", "textures/items/bundle_blue.png"], + ["textures/items/blue_bundle_open_back.png", "textures/items/bundle_blue_open_back.png"], + ["textures/items/blue_bundle_open_front.png", "textures/items/bundle_blue_open_front.png"], + ["textures/items/brown_bundle.png", "textures/items/bundle_brown.png"], + ["textures/items/brown_bundle_open_back.png", "textures/items/bundle_brown_open_back.png"], + ["textures/items/brown_bundle_open_front.png", "textures/items/bundle_brown_open_front.png"], + ["textures/items/cyan_bundle.png", "textures/items/bundle_cyan.png"], + ["textures/items/cyan_bundle_open_back.png", "textures/items/bundle_cyan_open_back.png"], + ["textures/items/cyan_bundle_open_front.png", "textures/items/bundle_cyan_open_front.png"], + ["textures/items/gray_bundle.png", "textures/items/bundle_gray.png"], + ["textures/items/gray_bundle_open_back.png", "textures/items/bundle_gray_open_back.png"], + ["textures/items/gray_bundle_open_front.png", "textures/items/bundle_gray_open_front.png"], + ["textures/items/green_bundle.png", "textures/items/bundle_green.png"], + ["textures/items/green_bundle_open_back.png", "textures/items/bundle_green_open_back.png"], + ["textures/items/green_bundle_open_front.png", "textures/items/bundle_green_open_front.png"], + ["textures/items/light_blue_bundle.png", "textures/items/bundle_light_blue.png"], + ["textures/items/light_blue_bundle_open_back.png", "textures/items/bundle_light_blue_open_back.png"], + ["textures/items/light_blue_bundle_open_front.png", "textures/items/bundle_light_blue_open_front.png"], + ["textures/items/light_gray_bundle.png", "textures/items/bundle_light_gray.png"], + ["textures/items/light_gray_bundle_open_back.png", "textures/items/bundle_light_gray_open_back.png"], + ["textures/items/light_gray_bundle_open_front.png", "textures/items/bundle_light_gray_open_front.png"], + ["textures/items/lime_bundle.png", "textures/items/bundle_lime.png"], + ["textures/items/lime_bundle_open_back.png", "textures/items/bundle_lime_open_back.png"], + ["textures/items/lime_bundle_open_front.png", "textures/items/bundle_lime_open_front.png"], + ["textures/items/magenta_bundle.png", "textures/items/bundle_magenta.png"], + ["textures/items/magenta_bundle_open_back.png", "textures/items/bundle_magenta_open_back.png"], + ["textures/items/magenta_bundle_open_front.png", "textures/items/bundle_magenta_open_front.png"], + ["textures/items/orange_bundle.png", "textures/items/bundle_orange.png"], + ["textures/items/orange_bundle_open_back.png", "textures/items/bundle_orange_open_back.png"], + ["textures/items/orange_bundle_open_front.png", "textures/items/bundle_orange_open_front.png"], + ["textures/items/pink_bundle.png", "textures/items/bundle_pink.png"], + ["textures/items/pink_bundle_open_back.png", "textures/items/bundle_pink_open_back.png"], + ["textures/items/pink_bundle_open_front.png", "textures/items/bundle_pink_open_front.png"], + ["textures/items/purple_bundle.png", "textures/items/bundle_purple.png"], + ["textures/items/purple_bundle_open_back.png", "textures/items/bundle_purple_open_back.png"], + ["textures/items/purple_bundle_open_front.png", "textures/items/bundle_purple_open_front.png"], + ["textures/items/red_bundle.png", "textures/items/bundle_red.png"], + ["textures/items/red_bundle_open_back.png", "textures/items/bundle_red_open_back.png"], + ["textures/items/red_bundle_open_front.png", "textures/items/bundle_red_open_front.png"], + ["textures/items/white_bundle.png", "textures/items/bundle_white.png"], + ["textures/items/white_bundle_open_back.png", "textures/items/bundle_white_open_back.png"], + ["textures/items/white_bundle_open_front.png", "textures/items/bundle_white_open_front.png"], + ["textures/items/yellow_bundle.png", "textures/items/bundle_yellow.png"], + ["textures/items/yellow_bundle_open_back.png", "textures/items/bundle_yellow_open_back.png"], + ["textures/items/yellow_bundle_open_front.png", "textures/items/bundle_yellow_open_front.png"], + + // Candles + ["textures/items/candle.png", "textures/items/candles/candle.png"], + ["textures/items/black_candle.png", "textures/items/candles/black_candle.png"], + ["textures/items/blue_candle.png", "textures/items/candles/blue_candle.png"], + ["textures/items/brown_candle.png", "textures/items/candles/brown_candle.png"], + ["textures/items/cyan_candle.png", "textures/items/candles/cyan_candle.png"], + ["textures/items/gray_candle.png", "textures/items/candles/gray_candle.png"], + ["textures/items/green_candle.png", "textures/items/candles/green_candle.png"], + ["textures/items/light_blue_candle.png", "textures/items/candles/light_blue_candle.png"], + ["textures/items/light_gray_candle.png", "textures/items/candles/light_gray_candle.png"], + ["textures/items/lime_candle.png", "textures/items/candles/lime_candle.png"], + ["textures/items/magenta_candle.png", "textures/items/candles/magenta_candle.png"], + ["textures/items/orange_candle.png", "textures/items/candles/orange_candle.png"], + ["textures/items/pink_candle.png", "textures/items/candles/pink_candle.png"], + ["textures/items/purple_candle.png", "textures/items/candles/purple_candle.png"], + ["textures/items/red_candle.png", "textures/items/candles/red_candle.png"], + ["textures/items/white_candle.png", "textures/items/candles/white_candle.png"], + ["textures/items/yellow_candle.png", "textures/items/candles/yellow_candle.png"], + + // Spawn Eggs + ["textures/items/allay_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_allay.png"], + ["textures/items/armadillo_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_armadillo.png"], + ["textures/items/axolotl_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_axolotl.png"], + ["textures/items/bat_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_bat.png"], + ["textures/items/bee_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_bee.png"], + ["textures/items/blaze_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_blaze.png"], + ["textures/items/bogged_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_bogged.png"], + ["textures/items/breeze_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_breeze.png"], + ["textures/items/camel_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_camel.png"], + ["textures/items/cat_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_cat.png"], + ["textures/items/cave_spider_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_cave_spider.png"], + ["textures/items/chicken_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_chicken.png"], + ["textures/items/cod_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_cod.png"], + ["textures/items/cow_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_cow.png"], + ["textures/items/creaking_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_creaking.png"], + ["textures/items/creeper_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_creeper.png"], + ["textures/items/dolphin_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_dolphin.png"], + ["textures/items/donkey_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_donkey.png"], + ["textures/items/drowned_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_drowned.png"], + ["textures/items/elder_guardian_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_elder_guardian.png"], + ["textures/items/ender_dragon_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_ender_dragon.png"], + ["textures/items/enderman_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_enderman.png"], + ["textures/items/endermite_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_endermite.png"], + ["textures/items/evoker_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_evoker.png"], + ["textures/items/fox_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_fox.png"], + ["textures/items/frog_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_frog.png"], + ["textures/items/ghast_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_ghast.png"], + ["textures/items/glow_squid_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_glow_squid.png"], + ["textures/items/goat_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_goat.png"], + ["textures/items/guardian_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_guardian.png"], + ["textures/items/hoglin_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_hoglin.png"], + ["textures/items/horse_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_horse.png"], + ["textures/items/husk_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_husk.png"], + ["textures/items/iron_golem_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_iron_golem.png"], + ["textures/items/llama_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_llama.png"], + ["textures/items/magma_cube_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_magma_cube.png"], + ["textures/items/mooshroom_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_mooshroom.png"], + ["textures/items/mule_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_mule.png"], + ["textures/items/ocelot_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_ocelot.png"], + ["textures/items/panda_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_panda.png"], + ["textures/items/parrot_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_parrot.png"], + ["textures/items/phantom_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_phantom.png"], + ["textures/items/pig_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_pig.png"], + ["textures/items/piglin_brute_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_piglin_brute.png"], + ["textures/items/piglin_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_piglin.png"], + ["textures/items/pillager_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_pillager.png"], + ["textures/items/polar_bear_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_polar_bear.png"], + ["textures/items/pufferfish_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_pufferfish.png"], + ["textures/items/rabbit_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_rabbit.png"], + ["textures/items/ravager_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_ravager.png"], + ["textures/items/salmon_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_salmon.png"], + ["textures/items/sheep_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_sheep.png"], + ["textures/items/shulker_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_shulker.png"], + ["textures/items/silverfish_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_silverfish.png"], + ["textures/items/skeleton_horse_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_skeleton_horse.png"], + ["textures/items/skeleton_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_skeleton.png"], + ["textures/items/slime_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_slime.png"], + ["textures/items/sniffer_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_sniffer.png"], + ["textures/items/snow_golem_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_snow_golem.png"], + ["textures/items/spider_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_spider.png"], + ["textures/items/squid_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_squid.png"], + ["textures/items/stray_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_stray.png"], + ["textures/items/strider_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_strider.png"], + ["textures/items/tadpole_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_tadpole.png"], + ["textures/items/trader_llama_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_trader_llama.png"], + ["textures/items/tropical_fish_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_tropicalfish.png"], + ["textures/items/turtle_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_turtle.png"], + ["textures/items/vex_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_vex.png"], + ["textures/items/villager_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_villager.png"], + ["textures/items/vindicator_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_vindicator.png"], + ["textures/items/wandering_trader_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_wandering_trader.png"], + ["textures/items/warden_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_warden.png"], + ["textures/items/witch_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_witch.png"], + ["textures/items/wither_skeleton_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_wither_skeleton.png"], + ["textures/items/wither_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_wither.png"], + ["textures/items/wolf_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_wolf.png"], + ["textures/items/zoglin_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_zoglin.png"], + ["textures/items/zombie_horse_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_zombie_horse.png"], + ["textures/items/zombie_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_zombie.png"], + ["textures/items/zombie_villager_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_zombie_villager.png"], + ["textures/items/zombified_piglin_spawn_egg.png", "textures/items/spawn_eggs/spawn_egg_zombified_piglin.png"] ]; } } -export { RenameConverter }; \ No newline at end of file +export { RenameConverter };